@Generated(value="software.amazon.awssdk:codegen") public final class CustomPluginSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomPluginSummary.Builder,CustomPluginSummary>
A summary of the custom plugin.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomPluginSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomPluginSummary.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()
A 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 revision of the custom plugin.
|
String |
name()
The name of the custom plugin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomPluginSummary.Builder> |
serializableBuilderClass() |
CustomPluginSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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()
A description of the custom plugin.
public final CustomPluginRevisionSummary latestRevision()
The latest revision of the custom plugin.
public final String name()
The name of the custom plugin.
public CustomPluginSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomPluginSummary.Builder,CustomPluginSummary>public static CustomPluginSummary.Builder builder()
public static Class<? extends CustomPluginSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.