@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicateSecretToRegionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReplicateSecretToRegionsResult() |
Modifier and Type | Method and Description |
---|---|
ReplicateSecretToRegionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the primary secret.
|
List<ReplicationStatusType> |
getReplicationStatus()
The status of replication.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the primary secret.
|
void |
setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
|
String |
toString()
Returns a string representation of this object.
|
ReplicateSecretToRegionsResult |
withARN(String aRN)
The ARN of the primary secret.
|
ReplicateSecretToRegionsResult |
withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
|
ReplicateSecretToRegionsResult |
withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replication.
|
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 ReplicateSecretToRegionsResult withARN(String aRN)
The ARN of the primary secret.
aRN
- The ARN of the primary secret.public List<ReplicationStatusType> getReplicationStatus()
The status of replication.
public void setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
replicationStatus
- The status of replication.public ReplicateSecretToRegionsResult withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replication.
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 replication.public ReplicateSecretToRegionsResult withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
replicationStatus
- The status of replication.public String toString()
toString
in class Object
Object.toString()
public ReplicateSecretToRegionsResult clone()