@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfigurationResponse extends KafkaResponse implements ToCopyableBuilder<DeleteConfigurationResponse.Builder,DeleteConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
|
static DeleteConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteConfigurationResponse.Builder> |
serializableBuilderClass() |
ConfigurationState |
state()
The state of the configuration.
|
String |
stateAsString()
The state of the configuration.
|
DeleteConfigurationResponse.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) that uniquely identifies an MSK configuration.
The Amazon Resource Name (ARN) that uniquely identifies an MSK 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 DeleteConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConfigurationResponse.Builder,DeleteConfigurationResponse>toBuilder in class AwsResponsepublic static DeleteConfigurationResponse.Builder builder()
public static Class<? extends DeleteConfigurationResponse.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.