@Generated(value="software.amazon.awssdk:codegen") public final class CreateConfigurationResponse extends KafkaResponse implements ToCopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the configuration.
|
static CreateConfigurationResponse.Builder |
builder() |
Instant |
creationTime()
The time when the configuration was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ConfigurationRevision |
latestRevision()
Latest revision of the configuration.
|
String |
name()
The name of the configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateConfigurationResponse.Builder> |
serializableBuilderClass() |
ConfigurationState |
state()
The state of the configuration.
|
String |
stateAsString()
The state of the configuration.
|
CreateConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the configuration.
The Amazon Resource Name (ARN) of the configuration.
public final Instant creationTime()
The time when the configuration was created.
The time when the configuration was created.
public final ConfigurationRevision latestRevision()
Latest revision of the configuration.
Latest revision of the configuration.
public final String name()
The name of the configuration.
The name of the configuration.
public final ConfigurationState state()
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
If the service returns an enum value that is not available in the current SDK version, state will return
ConfigurationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
ConfigurationStatepublic final String stateAsString()
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
If the service returns an enum value that is not available in the current SDK version, state will return
ConfigurationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
ConfigurationStatepublic CreateConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>toBuilder in class AwsResponsepublic static CreateConfigurationResponse.Builder builder()
public static Class<? extends CreateConfigurationResponse.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.