@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApplicationLayerAutomaticResponseRequest extends ShieldRequest implements ToCopyableBuilder<UpdateApplicationLayerAutomaticResponseRequest.Builder,UpdateApplicationLayerAutomaticResponseRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApplicationLayerAutomaticResponseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ResponseAction |
action()
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
protected resource in response to DDoS attacks.
|
static UpdateApplicationLayerAutomaticResponseRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The ARN (Amazon Resource Name) of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApplicationLayerAutomaticResponseRequest.Builder> |
serializableBuilderClass() |
UpdateApplicationLayerAutomaticResponseRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The ARN (Amazon Resource Name) of the resource.
public final ResponseAction action()
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
public UpdateApplicationLayerAutomaticResponseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApplicationLayerAutomaticResponseRequest.Builder,UpdateApplicationLayerAutomaticResponseRequest>toBuilder in class ShieldRequestpublic static UpdateApplicationLayerAutomaticResponseRequest.Builder builder()
public static Class<? extends UpdateApplicationLayerAutomaticResponseRequest.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.