Class TerminateConnectionStatus
java.lang.Object
software.amazon.awssdk.services.ec2.model.TerminateConnectionStatus
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TerminateConnectionStatus.Builder,TerminateConnectionStatus>
@Generated("software.amazon.awssdk:codegen")
public final class TerminateConnectionStatus
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TerminateConnectionStatus.Builder,TerminateConnectionStatus>
Information about a terminated Client VPN endpoint client connection.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe ID of the client connection.A message about the status of the client connection, if applicable.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The state of the client connection.static Class<? extends TerminateConnectionStatus.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
connectionId
The ID of the client connection.
- Returns:
- The ID of the client connection.
-
previousStatus
The state of the client connection.
- Returns:
- The state of the client connection.
-
currentStatus
A message about the status of the client connection, if applicable.
- Returns:
- A message about the status of the client connection, if applicable.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TerminateConnectionStatus.Builder,TerminateConnectionStatus>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-