@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateTagOptionFromResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateTagOptionFromResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateTagOptionFromResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
Identifier of the resource from which to disassociate the TagOption.
|
String |
getTagOptionId()
Identifier of the TagOption to disassociate from the resource.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
Identifier of the resource from which to disassociate the TagOption.
|
void |
setTagOptionId(String tagOptionId)
Identifier of the TagOption to disassociate from the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateTagOptionFromResourceRequest |
withResourceId(String resourceId)
Identifier of the resource from which to disassociate the TagOption.
|
DisassociateTagOptionFromResourceRequest |
withTagOptionId(String tagOptionId)
Identifier of the TagOption to disassociate from the resource.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DisassociateTagOptionFromResourceRequest()
public void setResourceId(String resourceId)
Identifier of the resource from which to disassociate the TagOption.
resourceId - Identifier of the resource from which to disassociate the TagOption.public String getResourceId()
Identifier of the resource from which to disassociate the TagOption.
public DisassociateTagOptionFromResourceRequest withResourceId(String resourceId)
Identifier of the resource from which to disassociate the TagOption.
resourceId - Identifier of the resource from which to disassociate the TagOption.public void setTagOptionId(String tagOptionId)
Identifier of the TagOption to disassociate from the resource.
tagOptionId - Identifier of the TagOption to disassociate from the resource.public String getTagOptionId()
Identifier of the TagOption to disassociate from the resource.
public DisassociateTagOptionFromResourceRequest withTagOptionId(String tagOptionId)
Identifier of the TagOption to disassociate from the resource.
tagOptionId - Identifier of the TagOption to disassociate from the resource.public String toString()
toString in class ObjectObject.toString()public DisassociateTagOptionFromResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.