Class ListDistributionsByWebACLIdRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListDistributionsByWebACLIdRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The request to list distributions that are associated with a specified AWS
WAF web ACL.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Use Marker and MaxItems to control pagination of results.The maximum number of distributions that you want CloudFront to return in the response body.The Id of the AWS WAF web ACL for which you want to list the associated distributions.int
hashCode()
void
Use Marker and MaxItems to control pagination of results.void
setMaxItems
(String maxItems) The maximum number of distributions that you want CloudFront to return in the response body.void
setWebACLId
(String webACLId) The Id of the AWS WAF web ACL for which you want to list the associated distributions.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) Use Marker and MaxItems to control pagination of results.withMaxItems
(String maxItems) The maximum number of distributions that you want CloudFront to return in the response body.withWebACLId
(String webACLId) The Id of the AWS WAF web ACL for which you want to list the associated distributions.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListDistributionsByWebACLIdRequest
public ListDistributionsByWebACLIdRequest()
-
-
Method Details
-
setMarker
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.)- Parameters:
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.)
-
getMarker
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.)- Returns:
- 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.)
-
withMarker
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.)- Parameters:
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.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.- Parameters:
maxItems
- The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
-
getMaxItems
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.
-
withMaxItems
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
setWebACLId
The Id of the AWS WAF web ACL for which 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.- Parameters:
webACLId
- The Id of the AWS WAF web ACL for which 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.
-
getWebACLId
The Id of the AWS WAF web ACL for which 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.- Returns:
- The Id of the AWS WAF web ACL for which 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.
-
withWebACLId
The Id of the AWS WAF web ACL for which 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.- Parameters:
webACLId
- The Id of the AWS WAF web ACL for which 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-