@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConnectionResponse extends EventBridgeResponse implements ToCopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConnectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConnectionResponse.Builder |
builder() |
String |
connectionArn()
The ARN of the connection that was deleted.
|
ConnectionState |
connectionState()
The state of the connection before it was deleted.
|
String |
connectionStateAsString()
The state of the connection before it was deleted.
|
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 before it wa deleted.
|
Instant |
lastModifiedTime()
A time stamp for the time that the connection was last modified before it was deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteConnectionResponse.Builder> |
serializableBuilderClass() |
DeleteConnectionResponse.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 deleted.
public final ConnectionState connectionState()
The state of the connection before it was deleted.
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 before it was deleted.
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 before it was deleted.
public final Instant lastAuthorizedTime()
A time stamp for the time that the connection was last authorized before it wa deleted.
public DeleteConnectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>toBuilder in class AwsResponsepublic static DeleteConnectionResponse.Builder builder()
public static Class<? extends DeleteConnectionResponse.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.