public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable
ListTagsForResource operation.NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 resource. The resource type for health checks is
healthcheck.TagResourceTypepublic ListTagsForResourceRequest 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 resource. The resource type for health checks is
healthcheck.TagResourceTypepublic void setResourceType(TagResourceType resourceType)
healthcheck.
Constraints:
Allowed Values: healthcheck
resourceType - The type of the resource. The resource type for health checks is
healthcheck.TagResourceTypepublic ListTagsForResourceRequest 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 resource. The resource type for health checks is
healthcheck.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()Copyright © 2014. All rights reserved.