@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationSubnetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateReplicationSubnetGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateReplicationSubnetGroupResult |
clone() |
boolean |
equals(Object obj) |
ReplicationSubnetGroup |
getReplicationSubnetGroup()
The replication subnet group that was created.
|
int |
hashCode() |
void |
setReplicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateReplicationSubnetGroupResult |
withReplicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
replicationSubnetGroup
- The replication subnet group that was created.public ReplicationSubnetGroup getReplicationSubnetGroup()
The replication subnet group that was created.
public CreateReplicationSubnetGroupResult withReplicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
replicationSubnetGroup
- The replication subnet group that was created.public String toString()
toString
in class Object
Object.toString()
public CreateReplicationSubnetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.