@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableApplicationLayerAutomaticResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableApplicationLayerAutomaticResponseRequest() |
Modifier and Type | Method and Description |
---|---|
EnableApplicationLayerAutomaticResponseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ResponseAction |
getAction()
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.
|
String |
getResourceArn()
The ARN (Amazon Resource Name) of the protected resource.
|
int |
hashCode() |
void |
setAction(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.
|
void |
setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
|
String |
toString()
Returns a string representation of this object.
|
EnableApplicationLayerAutomaticResponseRequest |
withAction(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.
|
EnableApplicationLayerAutomaticResponseRequest |
withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
|
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 EnableApplicationLayerAutomaticResponseRequest()
public void setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
resourceArn
- The ARN (Amazon Resource Name) of the protected resource.public String getResourceArn()
The ARN (Amazon Resource Name) of the protected resource.
public EnableApplicationLayerAutomaticResponseRequest withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
resourceArn
- The ARN (Amazon Resource Name) of the protected resource.public void setAction(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.
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 ResponseAction getAction()
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 EnableApplicationLayerAutomaticResponseRequest withAction(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.
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 String toString()
toString
in class Object
Object.toString()
public EnableApplicationLayerAutomaticResponseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()