@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationLayerAutomaticResponseConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
The automatic application layer DDoS mitigation settings for a Protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationLayerAutomaticResponseConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
ResponseAction |
action()
Returns the value of the Action property for this object.
|
static ApplicationLayerAutomaticResponseConfiguration.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 ApplicationLayerAutomaticResponseConfiguration.Builder> |
serializableBuilderClass() |
ApplicationLayerAutomaticResponseStatus |
status()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
String |
statusAsString()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ApplicationLayerAutomaticResponseStatus status()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ApplicationLayerAutomaticResponseStatuspublic final String statusAsString()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ApplicationLayerAutomaticResponseStatuspublic final ResponseAction action()
public ApplicationLayerAutomaticResponseConfiguration.Builder toBuilder()
public static ApplicationLayerAutomaticResponseConfiguration.Builder builder()
public static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.