@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePracticeRunConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePracticeRunConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePracticeRunConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The identifier for the resource that you want to delete the practice run configuration for.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to delete the practice run configuration for.
|
String |
toString()
Returns a string representation of this object.
|
DeletePracticeRunConfigurationRequest |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to delete the practice run configuration for.
|
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 DeletePracticeRunConfigurationRequest()
public void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you want to delete the practice run configuration for. The identifier
is the Amazon Resource Name (ARN) for the resource.public String getResourceIdentifier()
The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
public DeletePracticeRunConfigurationRequest withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you want to delete the practice run configuration for. The identifier
is the Amazon Resource Name (ARN) for the resource.public String toString()
toString in class ObjectObject.toString()public DeletePracticeRunConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()