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