@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateReplicationSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateReplicationSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the replication set.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the replication set.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicationSetResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the replication set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the replication set.
arn
- The Amazon Resource Name (ARN) of the replication set.public String getArn()
The Amazon Resource Name (ARN) of the replication set.
public CreateReplicationSetResult withArn(String arn)
The Amazon Resource Name (ARN) of the replication set.
arn
- The Amazon Resource Name (ARN) of the replication set.public String toString()
toString
in class Object
Object.toString()
public CreateReplicationSetResult clone()