@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the health checks or hosted zones for which you want to list tags.
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.
|
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.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceType(String resourceType)
The type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
resourceType - The type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceTypepublic String getResourceType()
The type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceTypepublic ListTagsForResourcesRequest withResourceType(String resourceType)
The type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is 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 type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is 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 type of the resources.
The resource type for health checks is healthcheck.
The resource type for hosted zones is 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()
A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
public 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.
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)
A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
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.
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)
A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
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 © 2024. All rights reserved.