@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReplicationGroupMemberAction extends Object implements Serializable, Cloneable, StructuredPojo
Represents a replica to be deleted.
Constructor and Description |
---|
DeleteReplicationGroupMemberAction() |
Modifier and Type | Method and Description |
---|---|
DeleteReplicationGroupMemberAction |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The Region where the replica exists.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRegionName(String regionName)
The Region where the replica exists.
|
String |
toString()
Returns a string representation of this object.
|
DeleteReplicationGroupMemberAction |
withRegionName(String regionName)
The Region where the replica exists.
|
public void setRegionName(String regionName)
The Region where the replica exists.
regionName
- The Region where the replica exists.public String getRegionName()
The Region where the replica exists.
public DeleteReplicationGroupMemberAction withRegionName(String regionName)
The Region where the replica exists.
regionName
- The Region where the replica exists.public String toString()
toString
in class Object
Object.toString()
public DeleteReplicationGroupMemberAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.