@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicatorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateReplicatorResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateReplicatorResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator.
|
String |
getReplicatorName()
Name of the replicator provided by the customer.
|
String |
getReplicatorState()
State of the replicator.
|
int |
hashCode() |
void |
setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
void |
setReplicatorName(String replicatorName)
Name of the replicator provided by the customer.
|
void |
setReplicatorState(String replicatorState)
State of the replicator.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicatorResult |
withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
CreateReplicatorResult |
withReplicatorName(String replicatorName)
Name of the replicator provided by the customer.
|
CreateReplicatorResult |
withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
CreateReplicatorResult |
withReplicatorState(String replicatorState)
State of the replicator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn - The Amazon Resource Name (ARN) of the replicator.public String getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator.
public CreateReplicatorResult withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn - The Amazon Resource Name (ARN) of the replicator.public void setReplicatorName(String replicatorName)
Name of the replicator provided by the customer.
replicatorName - Name of the replicator provided by the customer.public String getReplicatorName()
Name of the replicator provided by the customer.
public CreateReplicatorResult withReplicatorName(String replicatorName)
Name of the replicator provided by the customer.
replicatorName - Name of the replicator provided by the customer.public void setReplicatorState(String replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorStatepublic String getReplicatorState()
State of the replicator.
ReplicatorStatepublic CreateReplicatorResult withReplicatorState(String replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorStatepublic CreateReplicatorResult withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorStatepublic String toString()
toString in class ObjectObject.toString()public CreateReplicatorResult clone()