Cloneable, ReadLimitInfo, ToCopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>@Generated("software.amazon.awssdk:codegen") public class ListDistributionsByWebACLIdRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>
The request to list distributions that are associated with a specified AWS WAF web ACL.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListDistributionsByWebACLIdRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListDistributionsByWebACLIdRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
Use
Marker and MaxItems to control pagination of results. |
String |
maxItems() |
The maximum number of distributions that you want CloudFront to return in the response body.
|
static Class<? extends ListDistributionsByWebACLIdRequest.Builder> |
serializableBuilderClass() |
|
ListDistributionsByWebACLIdRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
webACLId() |
The ID of the AWS WAF web ACL that you want to list the associated distributions.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String marker()
Use Marker and MaxItems to control pagination of results. If you have more than
MaxItems distributions that satisfy the request, the response includes a NextMarker
element. To get the next page of results, submit another request. For the value of Marker, specify
the value of NextMarker from the last response. (For the first request, omit Marker.)
Marker and MaxItems to control pagination of results. If you have more than
MaxItems distributions that satisfy the request, the response includes a
NextMarker element. To get the next page of results, submit another request. For the value
of Marker, specify the value of NextMarker from the last response. (For the
first request, omit Marker.)public String maxItems()
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
public String webACLId()
The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify "null" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.
public ListDistributionsByWebACLIdRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>public static ListDistributionsByWebACLIdRequest.Builder builder()
public static Class<? extends ListDistributionsByWebACLIdRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.