@Generated(value="software.amazon.awssdk:codegen") public final class CopyDestinationImageSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>
Copy the destination image set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CopyDestinationImageSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CopyDestinationImageSet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageSetId()
The image set identifier for the destination image set.
|
String |
latestVersionId()
The latest version identifier for the destination image set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CopyDestinationImageSet.Builder> |
serializableBuilderClass() |
CopyDestinationImageSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageSetId()
The image set identifier for the destination image set.
public final String latestVersionId()
The latest version identifier for the destination image set.
public CopyDestinationImageSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>public static CopyDestinationImageSet.Builder builder()
public static Class<? extends CopyDestinationImageSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.