@Generated(value="software.amazon.awssdk:codegen") public class ListDistributionsByWebACLIdRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>
The request to list distributions that are associated with a specified AWS WAF web ACL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDistributionsByWebACLIdRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
String |
webACLId()
The ID of the AWS WAF web ACL that you want to list the associated distributions.
|
clone, copyBaseTo, 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>public static ListDistributionsByWebACLIdRequest.Builder builder()
public static Class<? extends ListDistributionsByWebACLIdRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.