@Generated(value="software.amazon.awssdk:codegen") public final class CopySourceImageSetProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
Copy source image set properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CopySourceImageSetProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CopySourceImageSetProperties.Builder |
builder() |
Instant |
createdAt()
The timestamp when the source 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 source image set.
|
String |
imageSetId()
The image set identifier for the copied source image set.
|
ImageSetState |
imageSetState()
The image set state of the copied source image set.
|
String |
imageSetStateAsString()
The image set state of the copied source image set.
|
ImageSetWorkflowStatus |
imageSetWorkflowStatus()
The workflow status of the copied source image set.
|
String |
imageSetWorkflowStatusAsString()
The workflow status of the copied source image set.
|
String |
latestVersionId()
The latest version identifier for the copied source image set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CopySourceImageSetProperties.Builder> |
serializableBuilderClass() |
CopySourceImageSetProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp when the source image set properties were updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageSetId()
The image set identifier for the copied source image set.
public final String latestVersionId()
The latest version identifier for the copied source image set.
public final ImageSetState imageSetState()
The image set state of the copied source image set.
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 copied source image set.
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 workflow status of the copied source image set.
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 workflow status of the copied source image set.
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 source image set properties were created.
public final Instant updatedAt()
The timestamp when the source image set properties were updated.
public final String imageSetArn()
The Amazon Resource Name (ARN) assigned to the source image set.
public CopySourceImageSetProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>public static CopySourceImageSetProperties.Builder builder()
public static Class<? extends CopySourceImageSetProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.