Class CopyImageSetInformation
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.CopyImageSetInformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
@Generated("software.amazon.awssdk:codegen") public final class CopyImageSetInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
Copy image set information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCopyImageSetInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CopyImageSetInformation.Builderbuilder()CopyDestinationImageSetdestinationImageSet()The destination image set.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CopyImageSetInformation.Builder>serializableBuilderClass()CopySourceImageSetInformationsourceImageSet()The source image set.CopyImageSetInformation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
sourceImageSet
public final CopySourceImageSetInformation sourceImageSet()
The source image set.
- Returns:
- The source image set.
-
destinationImageSet
public final CopyDestinationImageSet destinationImageSet()
The destination image set.
- Returns:
- The destination image set.
-
toBuilder
public CopyImageSetInformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
-
builder
public static CopyImageSetInformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends CopyImageSetInformation.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.
-
-