@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getPaginationToken()
A string that indicates that the response contains more data than can be returned in a single response.
|
List<ResourceTagMapping> |
getResourceTagMappingList()
A list of resource ARNs and the tags (keys and values) associated with each.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
void |
setResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetResourcesResult |
withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
GetResourcesResult |
withResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
GetResourcesResult |
withResourceTagMappingList(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public String getPaginationToken()
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
PaginationToken value in a
subsequent request.public GetResourcesResult withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public List<ResourceTagMapping> getResourceTagMappingList()
A list of resource ARNs and the tags (keys and values) associated with each.
public void setResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
resourceTagMappingList - A list of resource ARNs and the tags (keys and values) associated with each.public GetResourcesResult withResourceTagMappingList(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
NOTE: This method appends the values to the existing list (if any). Use
setResourceTagMappingList(java.util.Collection) or
withResourceTagMappingList(java.util.Collection) if you want to override the existing values.
resourceTagMappingList - A list of resource ARNs and the tags (keys and values) associated with each.public GetResourcesResult withResourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
resourceTagMappingList - A list of resource ARNs and the tags (keys and values) associated with each.public String toString()
toString in class ObjectObject.toString()public GetResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.