@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyBackupToRegionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CopyBackupToRegionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CopyBackupToRegionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBackupId()
The ID of the backup that will be copied to the destination region.
|
String |
getDestinationRegion()
The AWS region that will contain your copied CloudHSM cluster backup.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup that will be copied to the destination region.
|
void |
setDestinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
|
String |
toString()
Returns a string representation of this object.
|
CopyBackupToRegionRequest |
withBackupId(String backupId)
The ID of the backup that will be copied to the destination region.
|
CopyBackupToRegionRequest |
withDestinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
|
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 setDestinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
destinationRegion - The AWS region that will contain your copied CloudHSM cluster backup.public String getDestinationRegion()
The AWS region that will contain your copied CloudHSM cluster backup.
public CopyBackupToRegionRequest withDestinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
destinationRegion - The AWS region that will contain your copied CloudHSM cluster backup.public void setBackupId(String backupId)
The ID of the backup that will be copied to the destination region.
backupId - The ID of the backup that will be copied to the destination region.public String getBackupId()
The ID of the backup that will be copied to the destination region.
public CopyBackupToRegionRequest withBackupId(String backupId)
The ID of the backup that will be copied to the destination region.
backupId - The ID of the backup that will be copied to the destination region.public String toString()
toString in class ObjectObject.toString()public CopyBackupToRegionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.