@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The resource ID for which you want to see a list of tags.
|
String |
getResourceType()
Returns a list of tags for a specific resource type.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The resource ID for which you want to see a list of tags.
|
void |
setResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
void |
setResourceType(String resourceType)
Returns a list of tags for a specific resource type.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withResourceId(String resourceId)
The resource ID for which you want to see a list of tags.
|
ListTagsForResourceRequest |
withResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
ListTagsForResourceRequest |
withResourceType(String resourceType)
Returns a list of tags for a specific resource type.
|
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)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingpublic String getResourceType()
Returns a list of tags for a specific resource type.
ResourceTypeForTaggingpublic ListTagsForResourceRequest withResourceType(String resourceType)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingpublic void setResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingpublic ListTagsForResourceRequest withResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingpublic void setResourceId(String resourceId)
The resource ID for which you want to see a list of tags.
resourceId - The resource ID for which you want to see a list of tags.public String getResourceId()
The resource ID for which you want to see a list of tags.
public ListTagsForResourceRequest withResourceId(String resourceId)
The resource ID for which you want to see a list of tags.
resourceId - The resource ID for which you want to see a list of tags.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.