public class ListDistributionsByWebACLIdRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
Use Marker and MaxItems to control pagination of results.
|
private java.lang.String |
maxItems
The maximum number of distributions that you want CloudFront to return in
the response body.
|
private java.lang.String |
webACLId
The Id of the AWS WAF web ACL for which you want to list the associated
distributions.
|
NOOP
Constructor and Description |
---|
ListDistributionsByWebACLIdRequest() |
Modifier and Type | Method and Description |
---|---|
ListDistributionsByWebACLIdRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
Use Marker and MaxItems to control pagination of results.
|
java.lang.String |
getMaxItems()
The maximum number of distributions that you want CloudFront to return in
the response body.
|
java.lang.String |
getWebACLId()
The Id of the AWS WAF web ACL for which you want to list the associated
distributions.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
Use Marker and MaxItems to control pagination of results.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of distributions that you want CloudFront to return in
the response body.
|
void |
setWebACLId(java.lang.String webACLId)
The Id of the AWS WAF web ACL for which you want to list the associated
distributions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDistributionsByWebACLIdRequest |
withMarker(java.lang.String marker)
Use Marker and MaxItems to control pagination of results.
|
ListDistributionsByWebACLIdRequest |
withMaxItems(java.lang.String maxItems)
The maximum number of distributions that you want CloudFront to return in
the response body.
|
ListDistributionsByWebACLIdRequest |
withWebACLId(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String marker
private java.lang.String maxItems
private java.lang.String webACLId
public void setMarker(java.lang.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 java.lang.String getMarker()
public ListDistributionsByWebACLIdRequest withMarker(java.lang.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 void setMaxItems(java.lang.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 java.lang.String getMaxItems()
public ListDistributionsByWebACLIdRequest withMaxItems(java.lang.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 void setWebACLId(java.lang.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 java.lang.String getWebACLId()
public ListDistributionsByWebACLIdRequest withWebACLId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDistributionsByWebACLIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()