@Generated(value="software.amazon.awssdk:codegen") public final class DeleteCustomPluginResponse extends KafkaConnectResponse implements ToCopyableBuilder<DeleteCustomPluginResponse.Builder,DeleteCustomPluginResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteCustomPluginResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteCustomPluginResponse.Builder |
builder() |
String |
customPluginArn()
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
|
CustomPluginState |
customPluginState()
The state of the custom plugin.
|
String |
customPluginStateAsString()
The state of the custom plugin.
|
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 DeleteCustomPluginResponse.Builder> |
serializableBuilderClass() |
DeleteCustomPluginResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customPluginArn()
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
public final CustomPluginState customPluginState()
The state of the custom plugin.
If the service returns an enum value that is not available in the current SDK version, customPluginState
will return CustomPluginState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from customPluginStateAsString().
CustomPluginStatepublic final String customPluginStateAsString()
The state of the custom plugin.
If the service returns an enum value that is not available in the current SDK version, customPluginState
will return CustomPluginState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from customPluginStateAsString().
CustomPluginStatepublic DeleteCustomPluginResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteCustomPluginResponse.Builder,DeleteCustomPluginResponse>toBuilder in class AwsResponsepublic static DeleteCustomPluginResponse.Builder builder()
public static Class<? extends DeleteCustomPluginResponse.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.