@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomPluginResponse extends KafkaConnectResponse implements ToCopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCustomPluginResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomPluginResponse.Builder |
builder() |
String |
customPluginArn()
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
|
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() |
String |
name()
The name of the custom plugin.
|
Long |
revision()
The revision of the custom plugin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomPluginResponse.Builder> |
serializableBuilderClass() |
CreateCustomPluginResponse.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) that Amazon assigned to the custom plugin.
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 final String name()
The name of the custom plugin.
public final Long revision()
The revision of the custom plugin.
public CreateCustomPluginResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>toBuilder in class AwsResponsepublic static CreateCustomPluginResponse.Builder builder()
public static Class<? extends CreateCustomPluginResponse.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.