@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConnectionResponse extends EventBridgeResponse implements ToCopyableBuilder<UpdateConnectionResponse.Builder,UpdateConnectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConnectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConnectionResponse.Builder |
builder() |
String |
connectionArn()
The ARN of the connection that was updated.
|
ConnectionState |
connectionState()
The state of the connection that was updated.
|
String |
connectionStateAsString()
The state of the connection that was updated.
|
Instant |
creationTime()
A time stamp for the time that the connection was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAuthorizedTime()
A time stamp for the time that the connection was last authorized.
|
Instant |
lastModifiedTime()
A time stamp for the time that the connection was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConnectionResponse.Builder> |
serializableBuilderClass() |
UpdateConnectionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectionArn()
The ARN of the connection that was updated.
public final ConnectionState connectionState()
The state of the connection that was updated.
If the service returns an enum value that is not available in the current SDK version, connectionState
will return ConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStateAsString().
ConnectionStatepublic final String connectionStateAsString()
The state of the connection that was updated.
If the service returns an enum value that is not available in the current SDK version, connectionState
will return ConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStateAsString().
ConnectionStatepublic final Instant creationTime()
A time stamp for the time that the connection was created.
public final Instant lastModifiedTime()
A time stamp for the time that the connection was last modified.
public final Instant lastAuthorizedTime()
A time stamp for the time that the connection was last authorized.
public UpdateConnectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConnectionResponse.Builder,UpdateConnectionResponse>toBuilder in class AwsResponsepublic static UpdateConnectionResponse.Builder builder()
public static Class<? extends UpdateConnectionResponse.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.