@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<MemberDetail> |
getMemberDetails()
The member account details that Detective is returning in response to the request.
|
List<UnprocessedAccount> |
getUnprocessedAccounts()
The requested member accounts for which Detective was unable to return member details.
|
int |
hashCode() |
void |
setMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
|
void |
setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
String |
toString()
Returns a string representation of this object.
|
GetMembersResult |
withMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
|
GetMembersResult |
withMemberDetails(MemberDetail... memberDetails)
The member account details that Detective is returning in response to the request.
|
GetMembersResult |
withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
GetMembersResult |
withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MemberDetail> getMemberDetails()
The member account details that Detective is returning in response to the request.
public void setMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
memberDetails
- The member account details that Detective is returning in response to the request.public GetMembersResult withMemberDetails(MemberDetail... memberDetails)
The member account details that Detective is returning in response to the request.
NOTE: This method appends the values to the existing list (if any). Use
setMemberDetails(java.util.Collection)
or withMemberDetails(java.util.Collection)
if you want
to override the existing values.
memberDetails
- The member account details that Detective is returning in response to the request.public GetMembersResult withMemberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
memberDetails
- The member account details that Detective is returning in response to the request.public List<UnprocessedAccount> getUnprocessedAccounts()
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
For each account, provides the reason why the request could not be processed.
public void setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
unprocessedAccounts
- The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
public GetMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
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 requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
public GetMembersResult withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
unprocessedAccounts
- The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
public String toString()
toString
in class Object
Object.toString()
public GetMembersResult clone()