public class ListTagsForResourcesRequest extends AmazonWebServiceRequest implements Serializable
ListTagsForResources operation.NOOP| Constructor and Description |
|---|
ListTagsForResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getResourceIds()
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
String |
getResourceType()
The type of the resources.
|
int |
hashCode() |
void |
setResourceIds(Collection<String> resourceIds)
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
void |
setResourceType(String resourceType)
The type of the resources.
|
void |
setResourceType(TagResourceType resourceType)
The type of the resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourcesRequest |
withResourceIds(Collection<String> resourceIds)
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
ListTagsForResourcesRequest |
withResourceIds(String... resourceIds)
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
ListTagsForResourcesRequest |
withResourceType(String resourceType)
The type of the resources.
|
ListTagsForResourcesRequest |
withResourceType(TagResourceType resourceType)
The type of the resources.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getResourceType()
healthcheck.
Constraints:
Allowed Values: healthcheck
healthcheck.TagResourceTypepublic void setResourceType(String resourceType)
healthcheck.
Constraints:
Allowed Values: healthcheck
resourceType - The type of the resources. The resource type for health checks is
healthcheck.TagResourceTypepublic ListTagsForResourcesRequest withResourceType(String resourceType)
healthcheck.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: healthcheck
resourceType - The type of the resources. The resource type for health checks is
healthcheck.TagResourceTypepublic void setResourceType(TagResourceType resourceType)
healthcheck.
Constraints:
Allowed Values: healthcheck
resourceType - The type of the resources. The resource type for health checks is
healthcheck.TagResourceTypepublic ListTagsForResourcesRequest withResourceType(TagResourceType resourceType)
healthcheck.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: healthcheck
resourceType - The type of the resources. The resource type for health checks is
healthcheck.TagResourceTypepublic List<String> getResourceIds()
Constraints:
Length: 1 - 10
public void setResourceIds(Collection<String> resourceIds)
Constraints:
Length: 1 - 10
resourceIds - A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.public ListTagsForResourcesRequest withResourceIds(String... resourceIds)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 10
resourceIds - A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.public ListTagsForResourcesRequest withResourceIds(Collection<String> resourceIds)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 10
resourceIds - A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.