@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMembersResult() |
Modifier and Type | Method and Description |
---|---|
CreateMembersResult |
clone() |
boolean |
equals(Object obj) |
List<MemberDetail> |
getMembers()
The set of member account invitation requests that Detective was able to process.
|
List<UnprocessedAccount> |
getUnprocessedAccounts()
The list of accounts for which Detective was unable to process the invitation request.
|
int |
hashCode() |
void |
setMembers(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process.
|
void |
setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
String |
toString()
Returns a string representation of this object.
|
CreateMembersResult |
withMembers(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process.
|
CreateMembersResult |
withMembers(MemberDetail... members)
The set of member account invitation requests that Detective was able to process.
|
CreateMembersResult |
withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
CreateMembersResult |
withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MemberDetail> getMembers()
The set of member account invitation 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.
public void setMembers(Collection<MemberDetail> members)
The set of member account invitation 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.
members
- The set of member account invitation 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.public CreateMembersResult withMembers(MemberDetail... members)
The set of member account invitation 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.
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 set of member account invitation 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.public CreateMembersResult withMembers(Collection<MemberDetail> members)
The set of member account invitation 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.
members
- The set of member account invitation 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.public List<UnprocessedAccount> getUnprocessedAccounts()
The list of accounts for which Detective was unable to process the invitation 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(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation 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.
unprocessedAccounts
- The list of accounts for which Detective was unable to process the invitation 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 CreateMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation 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
setUnprocessedAccounts(java.util.Collection)
or withUnprocessedAccounts(java.util.Collection)
if you want to override the existing values.
unprocessedAccounts
- The list of accounts for which Detective was unable to process the invitation 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 CreateMembersResult withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation 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.
unprocessedAccounts
- The list of accounts for which Detective was unable to process the invitation 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 String toString()
toString
in class Object
Object.toString()
public CreateMembersResult clone()