public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListTagsForResource operation.NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the resource for which you want to retrieve tags.
|
String |
getResourceType()
The type of the resource.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the resource for which you want to retrieve tags.
|
void |
setResourceType(String resourceType)
The type of the resource.
|
void |
setResourceType(TagResourceType resourceType)
The type of the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withResourceId(String resourceId)
The ID of the resource for which you want to retrieve tags.
|
ListTagsForResourceRequest |
withResourceType(String resourceType)
The type of the resource.
|
ListTagsForResourceRequest |
withResourceType(TagResourceType resourceType)
The type of the resource.
|
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 resource. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic ListTagsForResourceRequest 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 resource. - 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 resource. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic ListTagsForResourceRequest 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 resource. - The resource type for health checks is
healthcheck.
- The resource type for hosted zones is
hostedzone.
TagResourceTypepublic String getResourceId()
Constraints:
Length: 0 - 64
public void setResourceId(String resourceId)
Constraints:
Length: 0 - 64
resourceId - The ID of the resource for which you want to retrieve tags.public ListTagsForResourceRequest withResourceId(String resourceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
resourceId - The ID of the resource for which you want to retrieve tags.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.