@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMembersResult() |
Modifier and Type | Method and Description |
---|---|
GetMembersResult |
clone() |
boolean |
equals(Object obj) |
List<Member> |
getMembers()
The list of details about the Security Hub member accounts.
|
List<Result> |
getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed.
|
int |
hashCode() |
void |
setMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
|
void |
setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
String |
toString()
Returns a string representation of this object.
|
GetMembersResult |
withMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
|
GetMembersResult |
withMembers(Member... members)
The list of details about the Security Hub member accounts.
|
GetMembersResult |
withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
GetMembersResult |
withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Member> getMembers()
The list of details about the Security Hub member accounts.
public void setMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
members
- The list of details about the Security Hub member accounts.public GetMembersResult withMembers(Member... members)
The list of details about the Security Hub member accounts.
NOTE: This method appends the values to the existing list (if any). Use
setMembers(java.util.Collection)
or withMembers(java.util.Collection)
if you want to override
the existing values.
members
- The list of details about the Security Hub member accounts.public GetMembersResult withMembers(Collection<Member> members)
The list of details about the Security Hub member accounts.
members
- The list of details about the Security Hub member accounts.public List<Result> getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
public void setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts
- The list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public GetMembersResult withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedAccounts(java.util.Collection)
or withUnprocessedAccounts(java.util.Collection)
if you want to override the existing values.
unprocessedAccounts
- The list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public GetMembersResult withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts
- The list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public String toString()
toString
in class Object
Object.toString()
public GetMembersResult clone()