@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAllowListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAllowListRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAllowListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the Amazon Macie resource that the request applies to.
|
String |
getIgnoreJobChecks()
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use
the list.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
void |
setIgnoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use
the list.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAllowListRequest |
withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
DeleteAllowListRequest |
withIgnoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use
the list.
|
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 setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public String getId()
The unique identifier for the Amazon Macie resource that the request applies to.
public DeleteAllowListRequest withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public void setIgnoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
ignoreJobChecks
- Specifies whether to force deletion of the allow list, even if active classification jobs are configured
to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
public String getIgnoreJobChecks()
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
public DeleteAllowListRequest withIgnoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
ignoreJobChecks
- Specifies whether to force deletion of the allow list, even if active classification jobs are configured
to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
public String toString()
toString
in class Object
Object.toString()
public DeleteAllowListRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()