@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<Invitation> |
getInvitations()
The details of the invitations returned by the operation.
|
String |
getNextToken()
The token that is required for pagination.
|
int |
hashCode() |
void |
setInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
|
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListInvitationsResult |
withInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResult |
withInvitations(Invitation... invitations)
The details of the invitations returned by the operation.
|
ListInvitationsResult |
withNextToken(String nextToken)
The token that is required for pagination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Invitation> getInvitations()
The details of the invitations returned by the operation.
public void setInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
invitations
- The details of the invitations returned by the operation.public ListInvitationsResult withInvitations(Invitation... invitations)
The details of the invitations returned by the operation.
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 details of the invitations returned by the operation.public ListInvitationsResult withInvitations(Collection<Invitation> invitations)
The details of the invitations returned by the operation.
invitations
- The details of the invitations returned by the operation.public void setNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String getNextToken()
The token that is required for pagination.
public ListInvitationsResult withNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String toString()
toString
in class Object
Object.toString()
public ListInvitationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.