* The set of member account invitation or enablement requests that Detective was able to process. This includes * accounts that are being verified, that failed verification, and that passed verification and are being sent an * invitation or are being enabled. *
*/ private java.util.List* The list of accounts for which Detective was unable to process the invitation or enablement request. For each * account, the list provides the reason why the request could not be processed. The list includes accounts that are * already member accounts in the behavior graph. *
*/ private java.util.List* The set of member account invitation or enablement requests that Detective was able to process. This includes * accounts that are being verified, that failed verification, and that passed verification and are being sent an * invitation or are being enabled. *
* * @return The set of member account invitation or enablement requests that Detective was able to process. This * includes accounts that are being verified, that failed verification, and that passed verification and are * being sent an invitation or are being enabled. */ public java.util.List* The set of member account invitation or enablement requests that Detective was able to process. This includes * accounts that are being verified, that failed verification, and that passed verification and are being sent an * invitation or are being enabled. *
* * @param members * The set of member account invitation or enablement requests that Detective was able to process. This * includes accounts that are being verified, that failed verification, and that passed verification and are * being sent an invitation or are being enabled. */ public void setMembers(java.util.Collection* The set of member account invitation or enablement requests that Detective was able to process. This includes * accounts that are being verified, that failed verification, and that passed verification and are being sent an * invitation or are being enabled. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setMembers(java.util.Collection)} or {@link #withMembers(java.util.Collection)} if you want to override * the existing values. *
* * @param members * The set of member account invitation or enablement requests that Detective was able to process. This * includes accounts that are being verified, that failed verification, and that passed verification and are * being sent an invitation or are being enabled. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMembersResult withMembers(MemberDetail... members) { if (this.members == null) { setMembers(new java.util.ArrayList* The set of member account invitation or enablement requests that Detective was able to process. This includes * accounts that are being verified, that failed verification, and that passed verification and are being sent an * invitation or are being enabled. *
* * @param members * The set of member account invitation or enablement requests that Detective was able to process. This * includes accounts that are being verified, that failed verification, and that passed verification and are * being sent an invitation or are being enabled. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMembersResult withMembers(java.util.Collection* The list of accounts for which Detective was unable to process the invitation or enablement request. For each * account, the list provides the reason why the request could not be processed. The list includes accounts that are * already member accounts in the behavior graph. *
* * @return The list of accounts for which Detective was unable to process the invitation or enablement request. For * each account, the list provides the reason why the request could not be processed. The list includes * accounts that are already member accounts in the behavior graph. */ public java.util.List* The list of accounts for which Detective was unable to process the invitation or enablement request. For each * account, the list provides the reason why the request could not be processed. The list includes accounts that are * already member accounts in the behavior graph. *
* * @param unprocessedAccounts * The list of accounts for which Detective was unable to process the invitation or enablement request. For * each account, the list provides the reason why the request could not be processed. The list includes * accounts that are already member accounts in the behavior graph. */ public void setUnprocessedAccounts(java.util.Collection* The list of accounts for which Detective was unable to process the invitation or enablement request. For each * account, the list provides the reason why the request could not be processed. The list includes accounts that are * already member accounts in the behavior graph. *
** 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 accounts for which Detective was unable to process the invitation or enablement request. For * each account, the list provides the reason why the request could not be processed. The list includes * accounts that are already member accounts in the behavior graph. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts) { if (this.unprocessedAccounts == null) { setUnprocessedAccounts(new java.util.ArrayList* The list of accounts for which Detective was unable to process the invitation or enablement request. For each * account, the list provides the reason why the request could not be processed. The list includes accounts that are * already member accounts in the behavior graph. *
* * @param unprocessedAccounts * The list of accounts for which Detective was unable to process the invitation or enablement request. For * each account, the list provides the reason why the request could not be processed. The list includes * accounts that are already member accounts in the behavior graph. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMembersResult withUnprocessedAccounts(java.util.Collection