@Generated(value="software.amazon.awssdk:codegen") public final class ListDistributionsByWebAclIdRequest extends CloudFrontRequest implements ToCopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>
The request to list distributions that are associated with a specified WAF web ACL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDistributionsByWebAclIdRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDistributionsByWebAclIdRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDistributionsByWebAclIdRequest.Builder> |
serializableBuilderClass() |
ListDistributionsByWebAclIdRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
webACLId()
The ID of the WAF web ACL that you want to list the associated distributions.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final String webACLId()
The ID of the 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 ToCopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>toBuilder in class CloudFrontRequestpublic static ListDistributionsByWebAclIdRequest.Builder builder()
public static Class<? extends ListDistributionsByWebAclIdRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.