@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveRegionsFromReplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RemoveRegionsFromReplicationResult() |
Modifier and Type | Method and Description |
---|---|
RemoveRegionsFromReplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the primary secret.
|
List<ReplicationStatusType> |
getReplicationStatus()
The status of replicas for this secret after you remove Regions.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the primary secret.
|
void |
setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
|
String |
toString()
Returns a string representation of this object.
|
RemoveRegionsFromReplicationResult |
withARN(String aRN)
The ARN of the primary secret.
|
RemoveRegionsFromReplicationResult |
withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
|
RemoveRegionsFromReplicationResult |
withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replicas for this secret after you remove Regions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setARN(String aRN)
The ARN of the primary secret.
aRN
- The ARN of the primary secret.public String getARN()
The ARN of the primary secret.
public RemoveRegionsFromReplicationResult withARN(String aRN)
The ARN of the primary secret.
aRN
- The ARN of the primary secret.public List<ReplicationStatusType> getReplicationStatus()
The status of replicas for this secret after you remove Regions.
public void setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
replicationStatus
- The status of replicas for this secret after you remove Regions.public RemoveRegionsFromReplicationResult withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replicas for this secret after you remove Regions.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationStatus(java.util.Collection)
or withReplicationStatus(java.util.Collection)
if
you want to override the existing values.
replicationStatus
- The status of replicas for this secret after you remove Regions.public RemoveRegionsFromReplicationResult withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
replicationStatus
- The status of replicas for this secret after you remove Regions.public String toString()
toString
in class Object
Object.toString()
public RemoveRegionsFromReplicationResult clone()