Class ListDistributionsByWebAclIdRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>
The request to list distributions that are associated with a specified WAF web ACL.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringmarker()UseMarkerandMaxItemsto control pagination of results.final StringmaxItems()The maximum number of distributions that you want CloudFront to return in the response body.static Class<? extends ListDistributionsByWebAclIdRequest.Builder>final StringtoString()Returns a string representation of this object.final StringwebACLId()The ID of the WAF web ACL that you want to list the associated distributions.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
marker
Use
MarkerandMaxItemsto control pagination of results. If you have more thanMaxItemsdistributions that satisfy the request, the response includes aNextMarkerelement. To get the next page of results, submit another request. For the value ofMarker, specify the value ofNextMarkerfrom the last response. (For the first request, omitMarker.)- Returns:
- Use
MarkerandMaxItemsto control pagination of results. If you have more thanMaxItemsdistributions that satisfy the request, the response includes aNextMarkerelement. To get the next page of results, submit another request. For the value ofMarker, specify the value ofNextMarkerfrom the last response. (For the first request, omitMarker.)
-
maxItems
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
- Returns:
- The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
-
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.
For WAFV2, this is the ARN of the web ACL, such as
arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.For WAF Classic, this is the ID of the web ACL, such as
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.- Returns:
- 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.
For WAFV2, this is the ARN of the web ACL, such as
arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.For WAF Classic, this is the ID of the web ACL, such as
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest> - Specified by:
toBuilderin classCloudFrontRequest
-
builder
-
serializableBuilderClass
public static Class<? extends ListDistributionsByWebAclIdRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-