@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceShareInvitationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceShareInvitationsResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceShareInvitationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<ResourceShareInvitation> |
getResourceShareInvitations()
Information about the invitations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setResourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceShareInvitationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetResourceShareInvitationsResult |
withResourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
|
GetResourceShareInvitationsResult |
withResourceShareInvitations(ResourceShareInvitation... resourceShareInvitations)
Information about the invitations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceShareInvitation> getResourceShareInvitations()
Information about the invitations.
public void setResourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
resourceShareInvitations
- Information about the invitations.public GetResourceShareInvitationsResult withResourceShareInvitations(ResourceShareInvitation... resourceShareInvitations)
Information about the invitations.
NOTE: This method appends the values to the existing list (if any). Use
setResourceShareInvitations(java.util.Collection)
or
withResourceShareInvitations(java.util.Collection)
if you want to override the existing values.
resourceShareInvitations
- Information about the invitations.public GetResourceShareInvitationsResult withResourceShareInvitations(Collection<ResourceShareInvitation> resourceShareInvitations)
Information about the invitations.
resourceShareInvitations
- Information about the invitations.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public GetResourceShareInvitationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public GetResourceShareInvitationsResult clone()