@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFirewallManagerRuleGroupsRequest extends Wafv2Request implements ToCopyableBuilder<DeleteFirewallManagerRuleGroupsRequest.Builder,DeleteFirewallManagerRuleGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFirewallManagerRuleGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFirewallManagerRuleGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFirewallManagerRuleGroupsRequest.Builder> |
serializableBuilderClass() |
DeleteFirewallManagerRuleGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
webACLArn()
The Amazon Resource Name (ARN) of the web ACL.
|
String |
webACLLockToken()
A token used for optimistic locking.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String webACLArn()
The Amazon Resource Name (ARN) of the web ACL.
public final String webACLLockToken()
A token used for optimistic locking. WAF returns a token to your get and list requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update and delete. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException. If this happens, perform another
get, and use the new token returned by that operation.
get and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update and
delete. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException. If this happens, perform another get, and use the
new token returned by that operation.public DeleteFirewallManagerRuleGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFirewallManagerRuleGroupsRequest.Builder,DeleteFirewallManagerRuleGroupsRequest>toBuilder in class Wafv2Requestpublic static DeleteFirewallManagerRuleGroupsRequest.Builder builder()
public static Class<? extends DeleteFirewallManagerRuleGroupsRequest.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 © 2023. All rights reserved.