@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyImageSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CopyImageSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CopyImageSetRequest |
clone() |
boolean |
equals(Object obj) |
CopyImageSetInformation |
getCopyImageSetInformation()
Copy image set information.
|
String |
getDatastoreId()
The data store identifier.
|
String |
getSourceImageSetId()
The source image set identifier.
|
int |
hashCode() |
void |
setCopyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
|
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setSourceImageSetId(String sourceImageSetId)
The source image set identifier.
|
String |
toString()
Returns a string representation of this object.
|
CopyImageSetRequest |
withCopyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
|
CopyImageSetRequest |
withDatastoreId(String datastoreId)
The data store identifier.
|
CopyImageSetRequest |
withSourceImageSetId(String sourceImageSetId)
The source image set identifier.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public String getDatastoreId()
The data store identifier.
public CopyImageSetRequest withDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public void setSourceImageSetId(String sourceImageSetId)
The source image set identifier.
sourceImageSetId - The source image set identifier.public String getSourceImageSetId()
The source image set identifier.
public CopyImageSetRequest withSourceImageSetId(String sourceImageSetId)
The source image set identifier.
sourceImageSetId - The source image set identifier.public void setCopyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
copyImageSetInformation - Copy image set information.public CopyImageSetInformation getCopyImageSetInformation()
Copy image set information.
public CopyImageSetRequest withCopyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
copyImageSetInformation - Copy image set information.public String toString()
toString in class ObjectObject.toString()public CopyImageSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.