@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourceConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteResourceConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteResourceConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceId()
Unique identifier of the resource.
|
String |
getResourceType()
The type of the resource.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
Unique identifier of the resource.
|
void |
setResourceType(String resourceType)
The type of the resource.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResourceConfigRequest |
withResourceId(String resourceId)
Unique identifier of the resource.
|
DeleteResourceConfigRequest |
withResourceType(String resourceType)
The type of the resource.
|
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 setResourceType(String resourceType)
The type of the resource.
resourceType
- The type of the resource.public String getResourceType()
The type of the resource.
public DeleteResourceConfigRequest withResourceType(String resourceType)
The type of the resource.
resourceType
- The type of the resource.public void setResourceId(String resourceId)
Unique identifier of the resource.
resourceId
- Unique identifier of the resource.public String getResourceId()
Unique identifier of the resource.
public DeleteResourceConfigRequest withResourceId(String resourceId)
Unique identifier of the resource.
resourceId
- Unique identifier of the resource.public String toString()
toString
in class Object
Object.toString()
public DeleteResourceConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()