@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() |
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the WorkSpace.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the WorkSpace.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeTagsRequest |
withResourceId(String resourceId)
The ID of the WorkSpace.
|
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 setResourceId(String resourceId)
The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
resourceId - The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.public String getResourceId()
The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
public DescribeTagsRequest withResourceId(String resourceId)
The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
resourceId - The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.