@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrafficPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains the information about the request to list the traffic policies that are associated with the current Amazon Web Services account.
NOOP| Constructor and Description |
|---|
ListTrafficPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTrafficPoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaxItems()
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request.
|
String |
getTrafficPolicyIdMarker()
(Conditional) For your first request to
ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter. |
int |
hashCode() |
void |
setMaxItems(String maxItems)
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request.
|
void |
setTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to
ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter. |
String |
toString()
Returns a string representation of this object.
|
ListTrafficPoliciesRequest |
withMaxItems(String maxItems)
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request.
|
ListTrafficPoliciesRequest |
withTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to
ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems, ListTrafficPolicies
returns only the first MaxItems traffic policies. To get the next group of policies, submit another
request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the
value of TrafficPolicyIdMarker that was returned in the previous response.
trafficPolicyIdMarker - (Conditional) For your first request to ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems,
ListTrafficPolicies returns only the first MaxItems traffic policies. To get the
next group of policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of TrafficPolicyIdMarker that was
returned in the previous response.
public String getTrafficPolicyIdMarker()
(Conditional) For your first request to ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems, ListTrafficPolicies
returns only the first MaxItems traffic policies. To get the next group of policies, submit another
request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the
value of TrafficPolicyIdMarker that was returned in the previous response.
ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems,
ListTrafficPolicies returns only the first MaxItems traffic policies. To get
the next group of policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of TrafficPolicyIdMarker that was
returned in the previous response.
public ListTrafficPoliciesRequest withTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems, ListTrafficPolicies
returns only the first MaxItems traffic policies. To get the next group of policies, submit another
request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the
value of TrafficPolicyIdMarker that was returned in the previous response.
trafficPolicyIdMarker - (Conditional) For your first request to ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter.
If you have more traffic policies than the value of MaxItems,
ListTrafficPolicies returns only the first MaxItems traffic policies. To get the
next group of policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of TrafficPolicyIdMarker that was
returned in the previous response.
public void setMaxItems(String maxItems)
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request. If you have more than MaxItems traffic policies, the value of IsTruncated in
the response is true, and the value of TrafficPolicyIdMarker is the ID of the first
traffic policy that Route 53 will return if you submit another request.
maxItems - (Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to
this request. If you have more than MaxItems traffic policies, the value of
IsTruncated in the response is true, and the value of
TrafficPolicyIdMarker is the ID of the first traffic policy that Route 53 will return if you
submit another request.public String getMaxItems()
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request. If you have more than MaxItems traffic policies, the value of IsTruncated in
the response is true, and the value of TrafficPolicyIdMarker is the ID of the first
traffic policy that Route 53 will return if you submit another request.
MaxItems traffic policies, the value of
IsTruncated in the response is true, and the value of
TrafficPolicyIdMarker is the ID of the first traffic policy that Route 53 will return if you
submit another request.public ListTrafficPoliciesRequest withMaxItems(String maxItems)
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request. If you have more than MaxItems traffic policies, the value of IsTruncated in
the response is true, and the value of TrafficPolicyIdMarker is the ID of the first
traffic policy that Route 53 will return if you submit another request.
maxItems - (Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to
this request. If you have more than MaxItems traffic policies, the value of
IsTruncated in the response is true, and the value of
TrafficPolicyIdMarker is the ID of the first traffic policy that Route 53 will return if you
submit another request.public String toString()
toString in class ObjectObject.toString()public ListTrafficPoliciesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()