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 AWS account.
NOOP| Constructor and Description |
|---|
ListTrafficPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTrafficPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMaxItems()
(Optional) The maximum number of traffic policies to be included in the response body for this request.
|
String |
getTrafficPolicyIdMarker()
(Conditional) For your first request to
ListTrafficPolicies, do not include the
TrafficPolicyIdMarker parameter. |
int |
hashCode() |
void |
setMaxItems(String maxItems)
(Optional) The maximum number of traffic policies to be included in the response body for this request.
|
void |
setTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to
ListTrafficPolicies, do not include the
TrafficPolicyIdMarker parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTrafficPoliciesRequest |
withMaxItems(String maxItems)
(Optional) The maximum number of traffic policies to be included in the response body for this request.
|
ListTrafficPoliciesRequest |
withTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to
ListTrafficPolicies, do not include the
TrafficPolicyIdMarker parameter. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to ListTrafficPolicies, do not 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 MaxItems
policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was
returned in the previous response.
Policies are listed in the order in which they were created.
trafficPolicyIdMarker - (Conditional) For your first request to ListTrafficPolicies, do not 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 MaxItems policies, submit another request to ListTrafficPolicies.
For the value of TrafficPolicyIdMarker, specify the value of the
TrafficPolicyIdMarker element that was returned in the previous response.
Policies are listed in the order in which they were created.
public String getTrafficPolicyIdMarker()
(Conditional) For your first request to ListTrafficPolicies, do not 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 MaxItems
policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was
returned in the previous response.
Policies are listed in the order in which they were created.
ListTrafficPolicies, do not 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 MaxItems policies, submit another request to
ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value
of the TrafficPolicyIdMarker element that was returned in the previous response.
Policies are listed in the order in which they were created.
public ListTrafficPoliciesRequest withTrafficPolicyIdMarker(String trafficPolicyIdMarker)
(Conditional) For your first request to ListTrafficPolicies, do not 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 MaxItems
policies, submit another request to ListTrafficPolicies. For the value of
TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was
returned in the previous response.
Policies are listed in the order in which they were created.
trafficPolicyIdMarker - (Conditional) For your first request to ListTrafficPolicies, do not 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 MaxItems policies, submit another request to ListTrafficPolicies.
For the value of TrafficPolicyIdMarker, specify the value of the
TrafficPolicyIdMarker element that was returned in the previous response.
Policies are listed in the order in which they were created.
public void setMaxItems(String maxItems)
(Optional) The maximum number of traffic policies to be included in the response body for this request. If you
have more than MaxItems traffic policies, the value of the IsTruncated element in the
response is true, and the value of the TrafficPolicyIdMarker element is the ID of the
first traffic policy in the next group of MaxItems traffic policies.
maxItems - (Optional) The maximum number of traffic policies to be included in the response body for this request. If
you have more than MaxItems traffic policies, the value of the IsTruncated
element in the response is true, and the value of the TrafficPolicyIdMarker
element is the ID of the first traffic policy in the next group of MaxItems traffic policies.public String getMaxItems()
(Optional) The maximum number of traffic policies to be included in the response body for this request. If you
have more than MaxItems traffic policies, the value of the IsTruncated element in the
response is true, and the value of the TrafficPolicyIdMarker element is the ID of the
first traffic policy in the next group of MaxItems traffic policies.
MaxItems traffic policies, the value of the IsTruncated
element in the response is true, and the value of the TrafficPolicyIdMarker
element is the ID of the first traffic policy in the next group of MaxItems traffic
policies.public ListTrafficPoliciesRequest withMaxItems(String maxItems)
(Optional) The maximum number of traffic policies to be included in the response body for this request. If you
have more than MaxItems traffic policies, the value of the IsTruncated element in the
response is true, and the value of the TrafficPolicyIdMarker element is the ID of the
first traffic policy in the next group of MaxItems traffic policies.
maxItems - (Optional) The maximum number of traffic policies to be included in the response body for this request. If
you have more than MaxItems traffic policies, the value of the IsTruncated
element in the response is true, and the value of the TrafficPolicyIdMarker
element is the ID of the first traffic policy in the next group of MaxItems traffic policies.public String toString()
toString in class ObjectObject.toString()public ListTrafficPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.