@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to remove tags from a CloudFront resource.
NOOP
Constructor and Description |
---|
UntagResourceRequest() |
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResource()
An ARN of a CloudFront resource.
|
TagKeys |
getTagKeys()
A complex type that contains zero or more
Tag key elements. |
int |
hashCode() |
void |
setResource(String resource)
An ARN of a CloudFront resource.
|
void |
setTagKeys(TagKeys tagKeys)
A complex type that contains zero or more
Tag key elements. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResourceRequest |
withResource(String resource)
An ARN of a CloudFront resource.
|
UntagResourceRequest |
withTagKeys(TagKeys tagKeys)
A complex type that contains zero or more
Tag key elements. |
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 setResource(String resource)
An ARN of a CloudFront resource.
resource
- An ARN of a CloudFront resource.public String getResource()
An ARN of a CloudFront resource.
public UntagResourceRequest withResource(String resource)
An ARN of a CloudFront resource.
resource
- An ARN of a CloudFront resource.public void setTagKeys(TagKeys tagKeys)
A complex type that contains zero or more Tag
key elements.
tagKeys
- A complex type that contains zero or more Tag
key elements.public TagKeys getTagKeys()
A complex type that contains zero or more Tag
key elements.
Tag
key elements.public UntagResourceRequest withTagKeys(TagKeys tagKeys)
A complex type that contains zero or more Tag
key elements.
tagKeys
- A complex type that contains zero or more Tag
key elements.public String toString()
toString
in class Object
Object.toString()
public UntagResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.