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