public class CreateReplicaAction extends Object implements Serializable
Represents a replica to be added.
| Constructor and Description |
|---|
CreateReplicaAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRegionName()
The region of the replica to be added.
|
int |
hashCode() |
void |
setRegionName(String regionName)
The region of the replica to be added.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateReplicaAction |
withRegionName(String regionName)
The region of the replica to be added.
|
public String getRegionName()
The region of the replica to be added.
The region of the replica to be added.
public void setRegionName(String regionName)
The region of the replica to be added.
regionName - The region of the replica to be added.
public CreateReplicaAction withRegionName(String regionName)
The region of the replica to be added.
Returns a reference to this object so that method calls can be chained together.
regionName - The region of the replica to be added.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.