* An object that describes which data sources are enabled for a member account. *
*/ private java.util.List* A list of member account IDs that were unable to be processed along with an explanation for why they were not * processed. *
*/ private java.util.List* An object that describes which data sources are enabled for a member account. *
* * @return An object that describes which data sources are enabled for a member account. */ public java.util.List* An object that describes which data sources are enabled for a member account. *
* * @param memberDataSourceConfigurations * An object that describes which data sources are enabled for a member account. */ public void setMemberDataSourceConfigurations(java.util.Collection* An object that describes which data sources are enabled for a member account. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setMemberDataSourceConfigurations(java.util.Collection)} or * {@link #withMemberDataSourceConfigurations(java.util.Collection)} if you want to override the existing values. *
* * @param memberDataSourceConfigurations * An object that describes which data sources are enabled for a member account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMemberDetectorsResult withMemberDataSourceConfigurations(MemberDataSourceConfiguration... memberDataSourceConfigurations) { if (this.memberDataSourceConfigurations == null) { setMemberDataSourceConfigurations(new java.util.ArrayList* An object that describes which data sources are enabled for a member account. *
* * @param memberDataSourceConfigurations * An object that describes which data sources are enabled for a member account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMemberDetectorsResult withMemberDataSourceConfigurations(java.util.Collection* A list of member account IDs that were unable to be processed along with an explanation for why they were not * processed. *
* * @return A list of member account IDs that were unable to be processed along with an explanation for why they were * not processed. */ public java.util.List* A list of member account IDs that were unable to be processed along with an explanation for why they were not * processed. *
* * @param unprocessedAccounts * A list of member account IDs that were unable to be processed along with an explanation for why they were * not processed. */ public void setUnprocessedAccounts(java.util.Collection* A list of member account IDs that were unable to be processed along with an explanation for why they were 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 member account IDs that were unable to be processed along with an explanation for why they were * not processed. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMemberDetectorsResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts) { if (this.unprocessedAccounts == null) { setUnprocessedAccounts(new java.util.ArrayList* A list of member account IDs that were unable to be processed along with an explanation for why they were not * processed. *
* * @param unprocessedAccounts * A list of member account IDs that were unable to be processed along with an explanation for why they were * not processed. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMemberDetectorsResult withUnprocessedAccounts(java.util.Collection