@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()
The resource identifier.
|
String |
getTagOptionId()
The TagOption identifier.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The resource identifier.
|
void |
setTagOptionId(String tagOptionId)
The TagOption identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateTagOptionFromResourceRequest |
withResourceId(String resourceId)
The resource identifier.
|
DisassociateTagOptionFromResourceRequest |
withTagOptionId(String tagOptionId)
The TagOption identifier.
|
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 DisassociateTagOptionFromResourceRequest()
public void setResourceId(String resourceId)
The resource identifier.
resourceId - The resource identifier.public String getResourceId()
The resource identifier.
public DisassociateTagOptionFromResourceRequest withResourceId(String resourceId)
The resource identifier.
resourceId - The resource identifier.public void setTagOptionId(String tagOptionId)
The TagOption identifier.
tagOptionId - The TagOption identifier.public String getTagOptionId()
The TagOption identifier.
public DisassociateTagOptionFromResourceRequest withTagOptionId(String tagOptionId)
The TagOption identifier.
tagOptionId - The TagOption identifier.public String toString()
toString in class ObjectObject.toString()public DisassociateTagOptionFromResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.