@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAllowListRequest extends Macie2Request implements ToCopyableBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAllowListRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAllowListRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the Amazon Macie resource that the request applies to.
|
String |
ignoreJobChecks()
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use
the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAllowListRequest.Builder> |
serializableBuilderClass() |
DeleteAllowListRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the Amazon Macie resource that the request applies to.
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>toBuilder in class Macie2Requestpublic static DeleteAllowListRequest.Builder builder()
public static Class<? extends DeleteAllowListRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.