@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRateBasedStatementManagedKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRateBasedStatementManagedKeysRequest() |
Modifier and Type | Method and Description |
---|---|
GetRateBasedStatementManagedKeysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleName()
The name of the rate-based rule to get the keys for.
|
String |
getScope()
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
String |
getWebACLId()
The unique identifier for the Web ACL.
|
String |
getWebACLName()
A friendly name of the Web ACL.
|
int |
hashCode() |
void |
setRuleName(String ruleName)
The name of the rate-based rule to get the keys for.
|
void |
setScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
void |
setWebACLId(String webACLId)
The unique identifier for the Web ACL.
|
void |
setWebACLName(String webACLName)
A friendly name of the Web ACL.
|
String |
toString()
Returns a string representation of this object.
|
GetRateBasedStatementManagedKeysRequest |
withRuleName(String ruleName)
The name of the rate-based rule to get the keys for.
|
GetRateBasedStatementManagedKeysRequest |
withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
GetRateBasedStatementManagedKeysRequest |
withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
GetRateBasedStatementManagedKeysRequest |
withWebACLId(String webACLId)
The unique identifier for the Web ACL.
|
GetRateBasedStatementManagedKeysRequest |
withWebACLName(String webACLName)
A friendly name of the Web ACL.
|
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 GetRateBasedStatementManagedKeysRequest()
public void setScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public String getScope()
Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public GetRateBasedStatementManagedKeysRequest withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public GetRateBasedStatementManagedKeysRequest withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB) or an API Gateway stage.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public void setWebACLName(String webACLName)
A friendly name of the Web ACL. You cannot change the name of a Web ACL after you create it.
webACLName
- A friendly name of the Web ACL. You cannot change the name of a Web ACL after you create it.public String getWebACLName()
A friendly name of the Web ACL. You cannot change the name of a Web ACL after you create it.
public GetRateBasedStatementManagedKeysRequest withWebACLName(String webACLName)
A friendly name of the Web ACL. You cannot change the name of a Web ACL after you create it.
webACLName
- A friendly name of the Web ACL. You cannot change the name of a Web ACL after you create it.public void setWebACLId(String webACLId)
The unique identifier for the Web ACL. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
webACLId
- The unique identifier for the Web ACL. This ID is returned in the responses to create and list commands.
You provide it to operations like update and delete.public String getWebACLId()
The unique identifier for the Web ACL. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
public GetRateBasedStatementManagedKeysRequest withWebACLId(String webACLId)
The unique identifier for the Web ACL. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
webACLId
- The unique identifier for the Web ACL. This ID is returned in the responses to create and list commands.
You provide it to operations like update and delete.public void setRuleName(String ruleName)
The name of the rate-based rule to get the keys for.
ruleName
- The name of the rate-based rule to get the keys for.public String getRuleName()
The name of the rate-based rule to get the keys for.
public GetRateBasedStatementManagedKeysRequest withRuleName(String ruleName)
The name of the rate-based rule to get the keys for.
ruleName
- The name of the rate-based rule to get the keys for.public String toString()
toString
in class Object
Object.toString()
public GetRateBasedStatementManagedKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.