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