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