@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, withSdkRequestTimeout
public 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.TaggableResourceType
public String getResourceType()
The type of the ML object.
TaggableResourceType
public DescribeTagsRequest withResourceType(String resourceType)
The type of the ML object.
resourceType
- The type of the ML object.TaggableResourceType
public void setResourceType(TaggableResourceType resourceType)
The type of the ML object.
resourceType
- The type of the ML object.TaggableResourceType
public DescribeTagsRequest withResourceType(TaggableResourceType resourceType)
The type of the ML object.
resourceType
- The type of the ML object.TaggableResourceType
public String toString()
toString
in class Object
Object.toString()
public DescribeTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()