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