* The ARN of the primary secret. *
*/ private String aRN; /** ** The status of replicas for this secret after you remove Regions. *
*/ private java.util.List* The ARN of the primary secret. *
* * @param aRN * The ARN of the primary secret. */ public void setARN(String aRN) { this.aRN = aRN; } /** ** The ARN of the primary secret. *
* * @return The ARN of the primary secret. */ public String getARN() { return this.aRN; } /** ** The ARN of the primary secret. *
* * @param aRN * The ARN of the primary secret. * @return Returns a reference to this object so that method calls can be chained together. */ public RemoveRegionsFromReplicationResult withARN(String aRN) { setARN(aRN); return this; } /** ** The status of replicas for this secret after you remove Regions. *
* * @return The status of replicas for this secret after you remove Regions. */ public java.util.List* The status of replicas for this secret after you remove Regions. *
* * @param replicationStatus * The status of replicas for this secret after you remove Regions. */ public void setReplicationStatus(java.util.Collection* The status of replicas for this secret after you remove Regions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setReplicationStatus(java.util.Collection)} or {@link #withReplicationStatus(java.util.Collection)} if * you want to override the existing values. *
* * @param replicationStatus * The status of replicas for this secret after you remove Regions. * @return Returns a reference to this object so that method calls can be chained together. */ public RemoveRegionsFromReplicationResult withReplicationStatus(ReplicationStatusType... replicationStatus) { if (this.replicationStatus == null) { setReplicationStatus(new java.util.ArrayList* The status of replicas for this secret after you remove Regions. *
* * @param replicationStatus * The status of replicas for this secret after you remove Regions. * @return Returns a reference to this object so that method calls can be chained together. */ public RemoveRegionsFromReplicationResult withReplicationStatus(java.util.Collection