Class ListTrafficPoliciesRequest
- All Implemented Interfaces:
SdkPojo,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 Amazon Web Services account.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringmaxItems()(Optional) The maximum number of traffic policies that you want Amazon Route 53 to return in response to this request.static Class<? extends ListTrafficPoliciesRequest.Builder>final StringtoString()Returns a string representation of this object.final String(Conditional) For your first request toListTrafficPolicies, don't include theTrafficPolicyIdMarkerparameter.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
trafficPolicyIdMarker
(Conditional) For your first request to
ListTrafficPolicies, don't include theTrafficPolicyIdMarkerparameter.If you have more traffic policies than the value of
MaxItems,ListTrafficPoliciesreturns only the firstMaxItemstraffic policies. To get the next group of policies, submit another request toListTrafficPolicies. For the value ofTrafficPolicyIdMarker, specify the value ofTrafficPolicyIdMarkerthat was returned in the previous response.- Returns:
- (Conditional) For your first request to
ListTrafficPolicies, don't include theTrafficPolicyIdMarkerparameter.If you have more traffic policies than the value of
MaxItems,ListTrafficPoliciesreturns only the firstMaxItemstraffic policies. To get the next group of policies, submit another request toListTrafficPolicies. For the value ofTrafficPolicyIdMarker, specify the value ofTrafficPolicyIdMarkerthat was returned in the previous response.
-
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
MaxItemstraffic policies, the value ofIsTruncatedin the response istrue, and the value ofTrafficPolicyIdMarkeris the ID of the first traffic policy that Route 53 will return if you submit another request.- Returns:
- (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
MaxItemstraffic policies, the value ofIsTruncatedin the response istrue, and the value ofTrafficPolicyIdMarkeris the ID of the first traffic policy that Route 53 will return if you submit another request.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTrafficPoliciesRequest.Builder,ListTrafficPoliciesRequest> - Specified by:
toBuilderin classRoute53Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-