Class CopyDestinationImageSetProperties
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.CopyDestinationImageSetProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCopyDestinationImageSetProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CopyDestinationImageSetProperties.Builderbuilder()InstantcreatedAt()The timestamp when the destination 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 destination image set.StringimageSetId()The image set identifier of the copied image set properties.ImageSetStateimageSetState()The image set state of the destination image set properties.StringimageSetStateAsString()The image set state of the destination image set properties.ImageSetWorkflowStatusimageSetWorkflowStatus()The image set workflow status of the destination image set properties.StringimageSetWorkflowStatusAsString()The image set workflow status of the destination image set properties.StringlatestVersionId()The latest version identifier for the destination image set properties.List<SdkField<?>>sdkFields()static Class<? extends CopyDestinationImageSetProperties.Builder>serializableBuilderClass()CopyDestinationImageSetProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp when the destination image set properties were last 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 of the copied image set properties.
- Returns:
- The image set identifier of the copied image set properties.
-
latestVersionId
public final String latestVersionId()
The latest version identifier for the destination image set properties.
- Returns:
- The latest version identifier for the destination image set properties.
-
imageSetState
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,
imageSetStatewill returnImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetStateAsString().- Returns:
- The image set state of the destination image set properties.
- See Also:
ImageSetState
-
imageSetStateAsString
public 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,
imageSetStatewill returnImageSetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetStateAsString().- Returns:
- The image set state of the destination image set properties.
- See Also:
ImageSetState
-
imageSetWorkflowStatus
public 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,
imageSetWorkflowStatuswill returnImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetWorkflowStatusAsString().- Returns:
- The image set workflow status of the destination image set properties.
- See Also:
ImageSetWorkflowStatus
-
imageSetWorkflowStatusAsString
public 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,
imageSetWorkflowStatuswill returnImageSetWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageSetWorkflowStatusAsString().- Returns:
- The image set workflow status of the destination image set properties.
- See Also:
ImageSetWorkflowStatus
-
createdAt
public final Instant createdAt()
The timestamp when the destination image set properties were created.
- Returns:
- The timestamp when the destination image set properties were created.
-
updatedAt
public final Instant updatedAt()
The timestamp when the destination image set properties were last updated.
- Returns:
- The timestamp when the destination image set properties were last updated.
-
imageSetArn
public final String imageSetArn()
The Amazon Resource Name (ARN) assigned to the destination image set.
- Returns:
- The Amazon Resource Name (ARN) assigned to the destination image set.
-
toBuilder
public CopyDestinationImageSetProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>
-
builder
public static CopyDestinationImageSetProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends CopyDestinationImageSetProperties.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.
-
-