@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the tagged ML object.
|
String |
getResourceType()
The type of the tagged ML object.
|
List<String> |
getTagKeys()
One or more tags to delete.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the tagged ML object.
|
void |
setResourceType(String resourceType)
The type of the tagged ML object.
|
void |
setResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
void |
setTagKeys(Collection<String> tagKeys)
One or more tags to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTagsRequest |
withResourceId(String resourceId)
The ID of the tagged ML object.
|
DeleteTagsRequest |
withResourceType(String resourceType)
The type of the tagged ML object.
|
DeleteTagsRequest |
withResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
One or more tags to delete.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
One or more tags to delete.
|
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 List<String> getTagKeys()
One or more tags to delete.
public void setTagKeys(Collection<String> tagKeys)
One or more tags to delete.
tagKeys - One or more tags to delete.public DeleteTagsRequest withTagKeys(String... tagKeys)
One or more tags to delete.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - One or more tags to delete.public DeleteTagsRequest withTagKeys(Collection<String> tagKeys)
One or more tags to delete.
tagKeys - One or more tags to delete.public void setResourceId(String resourceId)
The ID of the tagged ML object. For example, exampleModelId.
resourceId - The ID of the tagged ML object. For example, exampleModelId.public String getResourceId()
The ID of the tagged ML object. For example, exampleModelId.
exampleModelId.public DeleteTagsRequest withResourceId(String resourceId)
The ID of the tagged ML object. For example, exampleModelId.
resourceId - The ID of the tagged ML object. For example, exampleModelId.public void setResourceType(String resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypepublic String getResourceType()
The type of the tagged ML object.
TaggableResourceTypepublic DeleteTagsRequest withResourceType(String resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypepublic void setResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypepublic DeleteTagsRequest withResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypepublic String toString()
toString in class ObjectObject.toString()public DeleteTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.