@Generated(value="software.amazon.awssdk:codegen") public final class CustomPluginRevisionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
Details about the revision of a custom plugin.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomPluginRevisionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomPluginRevisionSummary.Builder |
builder() |
CustomPluginContentType |
contentType()
The format of the plugin file.
|
String |
contentTypeAsString()
The format of the plugin file.
|
Instant |
creationTime()
The time that the custom plugin was created.
|
String |
description()
The description of the custom plugin.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
CustomPluginFileDescription |
fileDescription()
Details about the custom plugin file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CustomPluginLocationDescription |
location()
Information about the location of the custom plugin.
|
Long |
revision()
The revision of the custom plugin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomPluginRevisionSummary.Builder> |
serializableBuilderClass() |
CustomPluginRevisionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CustomPluginContentType contentType()
The format of the plugin file.
If the service returns an enum value that is not available in the current SDK version, contentType will
return CustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contentTypeAsString().
CustomPluginContentTypepublic final String contentTypeAsString()
The format of the plugin file.
If the service returns an enum value that is not available in the current SDK version, contentType will
return CustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contentTypeAsString().
CustomPluginContentTypepublic final Instant creationTime()
The time that the custom plugin was created.
public final String description()
The description of the custom plugin.
public final CustomPluginFileDescription fileDescription()
Details about the custom plugin file.
public final CustomPluginLocationDescription location()
Information about the location of the custom plugin.
public final Long revision()
The revision of the custom plugin.
public CustomPluginRevisionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>public static CustomPluginRevisionSummary.Builder builder()
public static Class<? extends CustomPluginRevisionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.