@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSnapshotCopyConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSnapshotCopyConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotCopyConfigurationResult |
clone() |
boolean |
equals(Object obj) |
SnapshotCopyConfiguration |
getSnapshotCopyConfiguration()
The deleted snapshot copy configuration object.
|
int |
hashCode() |
void |
setSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSnapshotCopyConfigurationResult |
withSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteSnapshotCopyConfigurationResult()
public void setSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
snapshotCopyConfiguration
- The deleted snapshot copy configuration object.public SnapshotCopyConfiguration getSnapshotCopyConfiguration()
The deleted snapshot copy configuration object.
public DeleteSnapshotCopyConfigurationResult withSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
snapshotCopyConfiguration
- The deleted snapshot copy configuration object.public String toString()
toString
in class Object
Object.toString()
public DeleteSnapshotCopyConfigurationResult clone()