* The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed * from the behavior graph. *
*/ private java.util.List* The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. *
*/ private java.util.List* The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed * from the behavior graph. *
* * @return The list of Amazon Web Services account identifiers for the member accounts that Detective successfully * removed from the behavior graph. */ public java.util.List* The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed * from the behavior graph. *
* * @param accountIds * The list of Amazon Web Services account identifiers for the member accounts that Detective successfully * removed from the behavior graph. */ public void setAccountIds(java.util.Collection* The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed * from the behavior graph. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setAccountIds(java.util.Collection)} or {@link #withAccountIds(java.util.Collection)} if you want to * override the existing values. *
* * @param accountIds * The list of Amazon Web Services account identifiers for the member accounts that Detective successfully * removed from the behavior graph. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteMembersResult withAccountIds(String... accountIds) { if (this.accountIds == null) { setAccountIds(new java.util.ArrayList* The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed * from the behavior graph. *
* * @param accountIds * The list of Amazon Web Services account identifiers for the member accounts that Detective successfully * removed from the behavior graph. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteMembersResult withAccountIds(java.util.Collection* The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. *
* * @return The list of member accounts that Detective was not able to remove from the behavior graph. For each * member account, provides the reason that the deletion could not be processed. */ public java.util.List* The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. *
* * @param unprocessedAccounts * The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. */ public void setUnprocessedAccounts(java.util.Collection* The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be 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 * The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts) { if (this.unprocessedAccounts == null) { setUnprocessedAccounts(new java.util.ArrayList* The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. *
* * @param unprocessedAccounts * The list of member accounts that Detective was not able to remove from the behavior graph. For each member * account, provides the reason that the deletion could not be processed. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteMembersResult withUnprocessedAccounts(java.util.Collection