@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteResourceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationId()
The identifier associated with the organization from which the resource is deleted.
|
String |
getResourceId()
The identifier of the resource to be deleted.
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
The identifier associated with the organization from which the resource is deleted.
|
void |
setResourceId(String resourceId)
The identifier of the resource to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResourceRequest |
withOrganizationId(String organizationId)
The identifier associated with the organization from which the resource is deleted.
|
DeleteResourceRequest |
withResourceId(String resourceId)
The identifier of the resource to be deleted.
|
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 setOrganizationId(String organizationId)
The identifier associated with the organization from which the resource is deleted.
organizationId
- The identifier associated with the organization from which the resource is deleted.public String getOrganizationId()
The identifier associated with the organization from which the resource is deleted.
public DeleteResourceRequest withOrganizationId(String organizationId)
The identifier associated with the organization from which the resource is deleted.
organizationId
- The identifier associated with the organization from which the resource is deleted.public void setResourceId(String resourceId)
The identifier of the resource to be deleted.
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
resourceId
- The identifier of the resource to be deleted.
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
public String getResourceId()
The identifier of the resource to be deleted.
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
public DeleteResourceRequest withResourceId(String resourceId)
The identifier of the resource to be deleted.
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
resourceId
- The identifier of the resource to be deleted.
The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Resource name: resource
public String toString()
toString
in class Object
Object.toString()
public DeleteResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()