@Generated(value="software.amazon.awssdk:codegen") public final class ListTrafficPoliciesRequest extends Route53Request implements ToCopyableBuilder<ListTrafficPoliciesRequest.Builder,ListTrafficPoliciesRequest>
A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTrafficPoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTrafficPoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxItems()
(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this
request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTrafficPoliciesRequest.Builder> |
serializableBuilderClass() |
ListTrafficPoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficPolicyIdMarker()
(Conditional) For your first request to
ListTrafficPolicies, don't include the
TrafficPolicyIdMarker parameter. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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 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 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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTrafficPoliciesRequest.Builder,ListTrafficPoliciesRequest>toBuilder in class Route53Requestpublic static ListTrafficPoliciesRequest.Builder builder()
public static Class<? extends ListTrafficPoliciesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.