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