@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopySourceImageSetInformation extends Object implements Serializable, Cloneable, StructuredPojo
Copy source image set information.
| Constructor and Description |
|---|
CopySourceImageSetInformation() |
| Modifier and Type | Method and Description |
|---|---|
CopySourceImageSetInformation |
clone() |
boolean |
equals(Object obj) |
String |
getLatestVersionId()
The latest version identifier for the source image set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
|
String |
toString()
Returns a string representation of this object.
|
CopySourceImageSetInformation |
withLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
|
public void setLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
latestVersionId - The latest version identifier for the source image set.public String getLatestVersionId()
The latest version identifier for the source image set.
public CopySourceImageSetInformation withLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
latestVersionId - The latest version identifier for the source image set.public String toString()
toString in class ObjectObject.toString()public CopySourceImageSetInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.