@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSnapshotCopyConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSnapshotCopyConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotCopyConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSnapshotCopyConfigurationId()
The ID of the snapshot copy configuration to delete.
|
int |
hashCode() |
void |
setSnapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSnapshotCopyConfigurationRequest |
withSnapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration to delete.
|
addHandlerContext, 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, withSdkRequestTimeout
public DeleteSnapshotCopyConfigurationRequest()
public void setSnapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration to delete.
snapshotCopyConfigurationId
- The ID of the snapshot copy configuration to delete.public String getSnapshotCopyConfigurationId()
The ID of the snapshot copy configuration to delete.
public DeleteSnapshotCopyConfigurationRequest withSnapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration to delete.
snapshotCopyConfigurationId
- The ID of the snapshot copy configuration to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteSnapshotCopyConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()