Class CopySourceImageSetProperties
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.CopySourceImageSetProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
@Generated("software.amazon.awssdk:codegen") public final class CopySourceImageSetProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
Copy source image set properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCopySourceImageSetProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CopySourceImageSetProperties.Builderbuilder()InstantcreatedAt()The timestamp when the source image set properties were created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageSetArn()The Amazon Resource Name (ARN) assigned to the source image set.StringimageSetId()The image set identifier for the copied source image set.ImageSetStateimageSetState()The image set state of the copied source image set.StringimageSetStateAsString()The image set state of the copied source image set.ImageSetWorkflowStatusimageSetWorkflowStatus()The workflow status of the copied source image set.StringimageSetWorkflowStatusAsString()The workflow status of the copied source image set.StringlatestVersionId()The latest version identifier for the copied source image set.List<SdkField<?>>sdkFields()static Class<? extends CopySourceImageSetProperties.Builder>serializableBuilderClass()CopySourceImageSetProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp when the source image set properties were updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
imageSetId
public final String imageSetId()
The image set identifier for the copied source image set.
- Returns:
- The image set identifier for the copied source image set.
-
latestVersionId
public final String latestVersionId()
The latest version identifier for the copied source image set.
- Returns:
- The latest version identifier for the copied source image set.
-
imageSetState
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,
imageSetStatewill returnImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetStateAsString().- Returns:
- The image set state of the copied source image set.
- See Also:
ImageSetState
-
imageSetStateAsString
public 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,
imageSetStatewill returnImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetStateAsString().- Returns:
- The image set state of the copied source image set.
- See Also:
ImageSetState
-
imageSetWorkflowStatus
public 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,
imageSetWorkflowStatuswill returnImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetWorkflowStatusAsString().- Returns:
- The workflow status of the copied source image set.
- See Also:
ImageSetWorkflowStatus
-
imageSetWorkflowStatusAsString
public 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,
imageSetWorkflowStatuswill returnImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetWorkflowStatusAsString().- Returns:
- The workflow status of the copied source image set.
- See Also:
ImageSetWorkflowStatus
-
createdAt
public final Instant createdAt()
The timestamp when the source image set properties were created.
- Returns:
- The timestamp when the source image set properties were created.
-
updatedAt
public final Instant updatedAt()
The timestamp when the source image set properties were updated.
- Returns:
- The timestamp when the source image set properties were updated.
-
imageSetArn
public final String imageSetArn()
The Amazon Resource Name (ARN) assigned to the source image set.
- Returns:
- The Amazon Resource Name (ARN) assigned to the source image set.
-
toBuilder
public CopySourceImageSetProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
-
builder
public static CopySourceImageSetProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends CopySourceImageSetProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-