@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyDestinationImageSet extends Object implements Serializable, Cloneable, StructuredPojo
Copy the destination image set.
Constructor and Description |
---|
CopyDestinationImageSet() |
Modifier and Type | Method and Description |
---|---|
CopyDestinationImageSet |
clone() |
boolean |
equals(Object obj) |
String |
getImageSetId()
The image set identifier for the destination image set.
|
String |
getLatestVersionId()
The latest version identifier for the destination image set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageSetId(String imageSetId)
The image set identifier for the destination image set.
|
void |
setLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set.
|
String |
toString()
Returns a string representation of this object.
|
CopyDestinationImageSet |
withImageSetId(String imageSetId)
The image set identifier for the destination image set.
|
CopyDestinationImageSet |
withLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set.
|
public void setImageSetId(String imageSetId)
The image set identifier for the destination image set.
imageSetId
- The image set identifier for the destination image set.public String getImageSetId()
The image set identifier for the destination image set.
public CopyDestinationImageSet withImageSetId(String imageSetId)
The image set identifier for the destination image set.
imageSetId
- The image set identifier for the destination image set.public void setLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set.
latestVersionId
- The latest version identifier for the destination image set.public String getLatestVersionId()
The latest version identifier for the destination image set.
public CopyDestinationImageSet withLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set.
latestVersionId
- The latest version identifier for the destination image set.public String toString()
toString
in class Object
Object.toString()
public CopyDestinationImageSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.