@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplication()
The name or ID of the application.
|
String |
getResource()
The name or ID of the resource.
|
String |
getResourceType()
The type of the resource that is being disassociated.
|
int |
hashCode() |
void |
setApplication(String application)
The name or ID of the application.
|
void |
setResource(String resource)
The name or ID of the resource.
|
void |
setResourceType(String resourceType)
The type of the resource that is being disassociated.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateResourceRequest |
withApplication(String application)
The name or ID of the application.
|
DisassociateResourceRequest |
withResource(String resource)
The name or ID of the resource.
|
DisassociateResourceRequest |
withResourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
|
DisassociateResourceRequest |
withResourceType(String resourceType)
The type of the resource that is being disassociated.
|
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, withSdkRequestTimeoutpublic void setApplication(String application)
The name or ID of the application.
application - The name or ID of the application.public String getApplication()
The name or ID of the application.
public DisassociateResourceRequest withApplication(String application)
The name or ID of the application.
application - The name or ID of the application.public void setResourceType(String resourceType)
The type of the resource that is being disassociated.
resourceType - The type of the resource that is being disassociated.ResourceTypepublic String getResourceType()
The type of the resource that is being disassociated.
ResourceTypepublic DisassociateResourceRequest withResourceType(String resourceType)
The type of the resource that is being disassociated.
resourceType - The type of the resource that is being disassociated.ResourceTypepublic DisassociateResourceRequest withResourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
resourceType - The type of the resource that is being disassociated.ResourceTypepublic void setResource(String resource)
The name or ID of the resource.
resource - The name or ID of the resource.public String getResource()
The name or ID of the resource.
public DisassociateResourceRequest withResource(String resource)
The name or ID of the resource.
resource - The name or ID of the resource.public String toString()
toString in class ObjectObject.toString()public DisassociateResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()