@Generated(value="software.amazon.awssdk:codegen") public final class CopyDestinationImageSetProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>
Copy the image set properties of the destination image set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CopyDestinationImageSetProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CopyDestinationImageSetProperties.Builder |
builder() |
Instant |
createdAt()
The timestamp when the destination image set properties were created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageSetArn()
The Amazon Resource Name (ARN) assigned to the destination image set.
|
String |
imageSetId()
The image set identifier of the copied image set properties.
|
ImageSetState |
imageSetState()
The image set state of the destination image set properties.
|
String |
imageSetStateAsString()
The image set state of the destination image set properties.
|
ImageSetWorkflowStatus |
imageSetWorkflowStatus()
The image set workflow status of the destination image set properties.
|
String |
imageSetWorkflowStatusAsString()
The image set workflow status of the destination image set properties.
|
String |
latestVersionId()
The latest version identifier for the destination image set properties.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CopyDestinationImageSetProperties.Builder> |
serializableBuilderClass() |
CopyDestinationImageSetProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp when the destination image set properties were last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageSetId()
The image set identifier of the copied image set properties.
public final String latestVersionId()
The latest version identifier for the destination image set properties.
public final ImageSetState imageSetState()
The image set state of the destination image set properties.
If the service returns an enum value that is not available in the current SDK version, imageSetState
will return ImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
imageSetStateAsString().
ImageSetStatepublic final String imageSetStateAsString()
The image set state of the destination image set properties.
If the service returns an enum value that is not available in the current SDK version, imageSetState
will return ImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
imageSetStateAsString().
ImageSetStatepublic final ImageSetWorkflowStatus imageSetWorkflowStatus()
The image set workflow status of the destination image set properties.
If the service returns an enum value that is not available in the current SDK version,
imageSetWorkflowStatus will return ImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from imageSetWorkflowStatusAsString().
ImageSetWorkflowStatuspublic final String imageSetWorkflowStatusAsString()
The image set workflow status of the destination image set properties.
If the service returns an enum value that is not available in the current SDK version,
imageSetWorkflowStatus will return ImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from imageSetWorkflowStatusAsString().
ImageSetWorkflowStatuspublic final Instant createdAt()
The timestamp when the destination image set properties were created.
public final Instant updatedAt()
The timestamp when the destination image set properties were last updated.
public final String imageSetArn()
The Amazon Resource Name (ARN) assigned to the destination image set.
public CopyDestinationImageSetProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>public static CopyDestinationImageSetProperties.Builder builder()
public static Class<? extends CopyDestinationImageSetProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.