@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyImageSetInformation extends Object implements Serializable, Cloneable, StructuredPojo
Copy image set information.
| Constructor and Description |
|---|
CopyImageSetInformation() |
| Modifier and Type | Method and Description |
|---|---|
CopyImageSetInformation |
clone() |
boolean |
equals(Object obj) |
CopyDestinationImageSet |
getDestinationImageSet()
The destination image set.
|
CopySourceImageSetInformation |
getSourceImageSet()
The source image set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
|
void |
setSourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
|
String |
toString()
Returns a string representation of this object.
|
CopyImageSetInformation |
withDestinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
|
CopyImageSetInformation |
withSourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
|
public void setSourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
sourceImageSet - The source image set.public CopySourceImageSetInformation getSourceImageSet()
The source image set.
public CopyImageSetInformation withSourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
sourceImageSet - The source image set.public void setDestinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
destinationImageSet - The destination image set.public CopyDestinationImageSet getDestinationImageSet()
The destination image set.
public CopyImageSetInformation withDestinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
destinationImageSet - The destination image set.public String toString()
toString in class ObjectObject.toString()public CopyImageSetInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.