* A list of objects that contain an accountId for each account that could not be processed, and a result string * that indicates why the account was not processed. *
*/ private java.util.List* A list of objects that contain an accountId for each account that could not be processed, and a result string * that indicates why the account was not processed. *
* * @return A list of objects that contain an accountId for each account that could not be processed, and a result * string that indicates why the account was not processed. */ public java.util.List* A list of objects that contain an accountId for each account that could not be processed, and a result string * that indicates why the account was not processed. *
* * @param unprocessedAccounts * A list of objects that contain an accountId for each account that could not be processed, and a result * string that indicates why the account was not processed. */ public void setUnprocessedAccounts(java.util.Collection* A list of objects that contain an accountId for each account that could not be processed, and a result string * that indicates why the account was not processed. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedAccounts(java.util.Collection)} or {@link #withUnprocessedAccounts(java.util.Collection)} * if you want to override the existing values. *
* * @param unprocessedAccounts * A list of objects that contain an accountId for each account that could not be processed, and a result * string that indicates why the account was not processed. * @return Returns a reference to this object so that method calls can be chained together. */ public StopMonitoringMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts) { if (this.unprocessedAccounts == null) { setUnprocessedAccounts(new java.util.ArrayList* A list of objects that contain an accountId for each account that could not be processed, and a result string * that indicates why the account was not processed. *
* * @param unprocessedAccounts * A list of objects that contain an accountId for each account that could not be processed, and a result * string that indicates why the account was not processed. * @return Returns a reference to this object so that method calls can be chained together. */ public StopMonitoringMembersResult withUnprocessedAccounts(java.util.Collection