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