@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 there is more data available than this response contains.
|
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 there is more data available than this response contains.
|
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.
|
GetResourcesResult |
withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
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, setSdkResponseMetadata
public void setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
paginationToken
- A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken
value in the request
for the next page.public String getPaginationToken()
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
PaginationToken
value in the
request for the next page.public GetResourcesResult withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken
value in the request for the
next page.
paginationToken
- A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken
value in the request
for the next page.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 Object
Object.toString()
public GetResourcesResult clone()