public class ListDistributionsByWebACLIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListDistributionsByWebACLId operation
.
List the distributions that are associated with a specified AWS WAF web ACL.
NOOP
Constructor and Description |
---|
ListDistributionsByWebACLIdRequest() |
Modifier and Type | Method and Description |
---|---|
ListDistributionsByWebACLIdRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMarker()
Use Marker and MaxItems to control pagination of results.
|
String |
getMaxItems()
The maximum number of distributions that you want CloudFront to return
in the response body.
|
String |
getWebACLId()
The Id of the AWS WAF web ACL for which you want to list the
associated distributions.
|
int |
hashCode() |
void |
setMarker(String marker)
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDistributionsByWebACLIdRequest |
withMarker(String marker)
Use Marker and MaxItems to control pagination of results.
|
ListDistributionsByWebACLIdRequest |
withMaxItems(String maxItems)
The maximum number of distributions that you want CloudFront to return
in the response body.
|
ListDistributionsByWebACLIdRequest |
withWebACLId(String webACLId)
The Id of the AWS WAF web ACL for which you want to list the
associated distributions.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getMarker()
public void setMarker(String marker)
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.)public ListDistributionsByWebACLIdRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
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.)public String getMaxItems()
public void setMaxItems(String maxItems)
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 ListDistributionsByWebACLIdRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
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 getWebACLId()
public void setWebACLId(String webACLId)
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.public ListDistributionsByWebACLIdRequest withWebACLId(String webACLId)
Returns a reference to this object so that method calls can be chained together.
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.public String toString()
toString
in class Object
Object.toString()
public ListDistributionsByWebACLIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.