@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPendingInvitationResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPendingInvitationResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPendingInvitationResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<Resource> |
getResources()
Information about the resources included the resource share.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setResources(Collection<Resource> resources)
Information about the resources included the resource share.
|
String |
toString()
Returns a string representation of this object.
|
ListPendingInvitationResourcesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListPendingInvitationResourcesResult |
withResources(Collection<Resource> resources)
Information about the resources included the resource share.
|
ListPendingInvitationResourcesResult |
withResources(Resource... resources)
Information about the resources included the resource share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListPendingInvitationResourcesResult()
public List<Resource> getResources()
Information about the resources included the resource share.
public void setResources(Collection<Resource> resources)
Information about the resources included the resource share.
resources - Information about the resources included the resource share.public ListPendingInvitationResourcesResult withResources(Resource... resources)
Information about the resources included the resource share.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection) or withResources(java.util.Collection) if you want to
override the existing values.
resources - Information about the resources included the resource share.public ListPendingInvitationResourcesResult withResources(Collection<Resource> resources)
Information about the resources included the resource share.
resources - Information about the resources included the resource share.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 ListPendingInvitationResourcesResult 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 ObjectObject.toString()public ListPendingInvitationResourcesResult clone()
Copyright © 2020. All rights reserved.