@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInvitationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInvitationsResult() |
Modifier and Type | Method and Description |
---|---|
ListInvitationsResult |
clone() |
boolean |
equals(Object obj) |
List<MemberDetail> |
getInvitations()
The list of behavior graphs for which the member account has open or accepted invitations.
|
String |
getNextToken()
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request
the next page of behavior graphs.
|
int |
hashCode() |
void |
setInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
void |
setNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request
the next page of behavior graphs.
|
String |
toString()
Returns a string representation of this object.
|
ListInvitationsResult |
withInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResult |
withInvitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResult |
withNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request
the next page of behavior graphs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MemberDetail> getInvitations()
The list of behavior graphs for which the member account has open or accepted invitations.
public void setInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
invitations
- The list of behavior graphs for which the member account has open or accepted invitations.public ListInvitationsResult withInvitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
NOTE: This method appends the values to the existing list (if any). Use
setInvitations(java.util.Collection)
or withInvitations(java.util.Collection)
if you want to
override the existing values.
invitations
- The list of behavior graphs for which the member account has open or accepted invitations.public ListInvitationsResult withInvitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
invitations
- The list of behavior graphs for which the member account has open or accepted invitations.public void setNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
nextToken
- If there are more behavior graphs remaining in the results, then this is the pagination token to use to
request the next page of behavior graphs.public String getNextToken()
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
public ListInvitationsResult withNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
nextToken
- If there are more behavior graphs remaining in the results, then this is the pagination token to use to
request the next page of behavior graphs.public String toString()
toString
in class Object
Object.toString()
public ListInvitationsResult clone()