public class ListTagsForResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListTagsForResources operation.NOOP| Constructor and Description |
|---|
ListTagsForResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesRequest |
clone() |
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getResourceType()
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
Constraints:
Allowed Values: healthcheck, hostedzone
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic void setResourceType(String resourceType)
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
Constraints:
Allowed Values: healthcheck, hostedzone
resourceType - The type of the resources. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic ListTagsForResourcesRequest withResourceType(String resourceType)
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: healthcheck, hostedzone
resourceType - The type of the resources. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic void setResourceType(TagResourceType resourceType)
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
Constraints:
Allowed Values: healthcheck, hostedzone
resourceType - The type of the resources. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic ListTagsForResourcesRequest withResourceType(TagResourceType resourceType)
- The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: healthcheck, hostedzone
resourceType - The type of the resources. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
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)
NOTE: This method appends the values to the existing list (if
any). Use setResourceIds(java.util.Collection) or withResourceIds(java.util.Collection) if you want to override the
existing values.
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()public ListTagsForResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.