@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckCapacityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CheckCapacityRequest() |
Modifier and Type | Method and Description |
---|---|
CheckCapacityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Rule> |
getRules()
An array of Rule that you're configuring to use in a rule group or web ACL.
|
String |
getScope()
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
int |
hashCode() |
void |
setRules(Collection<Rule> rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
|
void |
setScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
String |
toString()
Returns a string representation of this object.
|
CheckCapacityRequest |
withRules(Collection<Rule> rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
|
CheckCapacityRequest |
withRules(Rule... rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
|
CheckCapacityRequest |
withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
CheckCapacityRequest |
withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
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 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 CheckCapacityRequest 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 CheckCapacityRequest 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 List<Rule> getRules()
An array of Rule that you're configuring to use in a rule group or web ACL.
public void setRules(Collection<Rule> rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
rules
- An array of Rule that you're configuring to use in a rule group or web ACL.public CheckCapacityRequest withRules(Rule... rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- An array of Rule that you're configuring to use in a rule group or web ACL.public CheckCapacityRequest withRules(Collection<Rule> rules)
An array of Rule that you're configuring to use in a rule group or web ACL.
rules
- An array of Rule that you're configuring to use in a rule group or web ACL.public String toString()
toString
in class Object
Object.toString()
public CheckCapacityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.