@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyImageSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyImageSetResult() |
Modifier and Type | Method and Description |
---|---|
CopyImageSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreId()
The data store identifier.
|
CopyDestinationImageSetProperties |
getDestinationImageSetProperties()
The properties of the destination image set.
|
CopySourceImageSetProperties |
getSourceImageSetProperties()
The properties of the source image set.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setDestinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
|
void |
setSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
|
String |
toString()
Returns a string representation of this object.
|
CopyImageSetResult |
withDatastoreId(String datastoreId)
The data store identifier.
|
CopyImageSetResult |
withDestinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
|
CopyImageSetResult |
withSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public String getDatastoreId()
The data store identifier.
public CopyImageSetResult withDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public void setSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
sourceImageSetProperties
- The properties of the source image set.public CopySourceImageSetProperties getSourceImageSetProperties()
The properties of the source image set.
public CopyImageSetResult withSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
sourceImageSetProperties
- The properties of the source image set.public void setDestinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
destinationImageSetProperties
- The properties of the destination image set.public CopyDestinationImageSetProperties getDestinationImageSetProperties()
The properties of the destination image set.
public CopyImageSetResult withDestinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
destinationImageSetProperties
- The properties of the destination image set.public String toString()
toString
in class Object
Object.toString()
public CopyImageSetResult clone()