@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceId()
The identifier of the WorkSpace.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The identifier of the WorkSpace.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withResourceId(String resourceId)
The identifier of the WorkSpace.
|
addHandlerContext, 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 setResourceId(String resourceId)
The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.
resourceId - The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.public String getResourceId()
The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.
public DescribeTagsRequest withResourceId(String resourceId)
The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.
resourceId - The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.