@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCustomPluginResponse extends KafkaConnectResponse implements ToCopyableBuilder<DescribeCustomPluginResponse.Builder,DescribeCustomPluginResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCustomPluginResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCustomPluginResponse.Builder |
builder() |
Instant |
creationTime()
The time that the custom plugin was created.
|
String |
customPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
|
CustomPluginState |
customPluginState()
The state of the custom plugin.
|
String |
customPluginStateAsString()
The state of the custom plugin.
|
String |
description()
The description of the custom plugin.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CustomPluginRevisionSummary |
latestRevision()
The latest successfully created revision of the custom plugin.
|
String |
name()
The name of the custom plugin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCustomPluginResponse.Builder> |
serializableBuilderClass() |
StateDescription |
stateDescription()
Details about the state of a custom plugin.
|
DescribeCustomPluginResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTime()
The time that the custom plugin was created.
public final String customPluginArn()
The Amazon Resource Name (ARN) of 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 description()
The description of the custom plugin.
public final CustomPluginRevisionSummary latestRevision()
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
public final String name()
The name of the custom plugin.
public final StateDescription stateDescription()
Details about the state of a custom plugin.
public DescribeCustomPluginResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCustomPluginResponse.Builder,DescribeCustomPluginResponse>toBuilder in class AwsResponsepublic static DescribeCustomPluginResponse.Builder builder()
public static Class<? extends DescribeCustomPluginResponse.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.