@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 ID of the ML object.
|
String |
getResourceType()
The type of the ML object.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the ML object.
|
void |
setResourceType(String resourceType)
The type of the ML object.
|
void |
setResourceType(TaggableResourceType resourceType)
The type of the ML object.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withResourceId(String resourceId)
The ID of the ML object.
|
DescribeTagsRequest |
withResourceType(String resourceType)
The type of the ML object.
|
DescribeTagsRequest |
withResourceType(TaggableResourceType resourceType)
The type of the ML object.
|
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 ID of the ML object. For example, exampleModelId.
resourceId - The ID of the ML object. For example, exampleModelId.public String getResourceId()
The ID of the ML object. For example, exampleModelId.
exampleModelId.public DescribeTagsRequest withResourceId(String resourceId)
The ID of the ML object. For example, exampleModelId.
resourceId - The ID of the ML object. For example, exampleModelId.public void setResourceType(String resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceTypepublic String getResourceType()
The type of the ML object.
TaggableResourceTypepublic DescribeTagsRequest withResourceType(String resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceTypepublic void setResourceType(TaggableResourceType resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceTypepublic DescribeTagsRequest withResourceType(TaggableResourceType resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceTypepublic String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()