@Generated(value="software.amazon.awssdk:codegen") public final class GetConnectionResponse extends ApiGatewayManagementApiResponse implements ToCopyableBuilder<GetConnectionResponse.Builder,GetConnectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConnectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetConnectionResponse.Builder |
builder() |
Instant |
connectedAt()
The time in ISO 8601 format for when the connection was established.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Identity |
identity()
Returns the value of the Identity property for this object.
|
Instant |
lastActiveAt()
The time in ISO 8601 format for when the connection was last active.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetConnectionResponse.Builder> |
serializableBuilderClass() |
GetConnectionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant connectedAt()
The time in ISO 8601 format for when the connection was established.
public final Identity identity()
public final Instant lastActiveAt()
The time in ISO 8601 format for when the connection was last active.
public GetConnectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetConnectionResponse.Builder,GetConnectionResponse>toBuilder in class AwsResponsepublic static GetConnectionResponse.Builder builder()
public static Class<? extends GetConnectionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.