* The Amazon Resource Name (ARN) of the cluster. *
*/ private String clusterArn; /** ** List of errors when disassociating secrets to cluster. *
*/ private java.util.List* The Amazon Resource Name (ARN) of the cluster. *
* * @param clusterArn ** The Amazon Resource Name (ARN) of the cluster. *
*/ public void setClusterArn(String clusterArn) { this.clusterArn = clusterArn; } /** ** The Amazon Resource Name (ARN) of the cluster. *
* * @return* The Amazon Resource Name (ARN) of the cluster. *
*/ public String getClusterArn() { return this.clusterArn; } /** ** The Amazon Resource Name (ARN) of the cluster. *
* * @param clusterArn ** The Amazon Resource Name (ARN) of the cluster. *
* @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateScramSecretResult withClusterArn(String clusterArn) { setClusterArn(clusterArn); return this; } /** ** List of errors when disassociating secrets to cluster. *
* * @return* List of errors when disassociating secrets to cluster. *
*/ public java.util.List* List of errors when disassociating secrets to cluster. *
* * @param unprocessedScramSecrets ** List of errors when disassociating secrets to cluster. *
*/ public void setUnprocessedScramSecrets(java.util.Collection* List of errors when disassociating secrets to cluster. *
* ** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedScramSecrets(java.util.Collection)} or * {@link #withUnprocessedScramSecrets(java.util.Collection)} if you want to override the existing values. *
* * @param unprocessedScramSecrets ** List of errors when disassociating secrets to cluster. *
* @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateScramSecretResult withUnprocessedScramSecrets(UnprocessedScramSecret... unprocessedScramSecrets) { if (this.unprocessedScramSecrets == null) { setUnprocessedScramSecrets(new java.util.ArrayList* List of errors when disassociating secrets to cluster. *
* * @param unprocessedScramSecrets ** List of errors when disassociating secrets to cluster. *
* @return Returns a reference to this object so that method calls can be chained together. */ public BatchDisassociateScramSecretResult withUnprocessedScramSecrets(java.util.Collection