Class ListTrafficPolicyInstancesByHostedZoneRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.route53.model.Route53Request
-
- software.amazon.awssdk.services.route53.model.ListTrafficPolicyInstancesByHostedZoneRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTrafficPolicyInstancesByHostedZoneRequest.Builder,ListTrafficPolicyInstancesByHostedZoneRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTrafficPolicyInstancesByHostedZoneRequest extends Route53Request implements ToCopyableBuilder<ListTrafficPolicyInstancesByHostedZoneRequest.Builder,ListTrafficPolicyInstancesByHostedZoneRequest>
A request for the traffic policy instances that you created in a specified hosted zone.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTrafficPolicyInstancesByHostedZoneRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTrafficPolicyInstancesByHostedZoneRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneId()The ID of the hosted zone that you want to list traffic policy instances for.StringmaxItems()The maximum number of traffic policy instances to be included in the response body for this request.List<SdkField<?>>sdkFields()static Class<? extends ListTrafficPolicyInstancesByHostedZoneRequest.Builder>serializableBuilderClass()ListTrafficPolicyInstancesByHostedZoneRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrafficPolicyInstanceNameMarker()If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.RRTypetrafficPolicyInstanceTypeMarker()If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.StringtrafficPolicyInstanceTypeMarkerAsString()If the value ofIsTruncatedin the previous response is true, you have more traffic policy instances.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hostedZoneId
public final String hostedZoneId()
The ID of the hosted zone that you want to list traffic policy instances for.
- Returns:
- The ID of the hosted zone that you want to list traffic policy instances for.
-
trafficPolicyInstanceNameMarker
public final String trafficPolicyInstanceNameMarker()
If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancename, specify the value ofTrafficPolicyInstanceNameMarkerfrom the previous response, which is the name of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.- Returns:
- If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancename, specify the value ofTrafficPolicyInstanceNameMarkerfrom the previous response, which is the name of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.
-
trafficPolicyInstanceTypeMarker
public final RRType trafficPolicyInstanceTypeMarker()
If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.If the service returns an enum value that is not available in the current SDK version,
trafficPolicyInstanceTypeMarkerwill returnRRType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrafficPolicyInstanceTypeMarkerAsString().- Returns:
- If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get. - See Also:
RRType
-
trafficPolicyInstanceTypeMarkerAsString
public final String trafficPolicyInstanceTypeMarkerAsString()
If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get.If the service returns an enum value that is not available in the current SDK version,
trafficPolicyInstanceTypeMarkerwill returnRRType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrafficPolicyInstanceTypeMarkerAsString().- Returns:
- If the value of
IsTruncatedin the previous response is true, you have more traffic policy instances. To get more traffic policy instances, submit anotherListTrafficPolicyInstancesrequest. For the value oftrafficpolicyinstancetype, specify the value ofTrafficPolicyInstanceTypeMarkerfrom the previous response, which is the type of the first traffic policy instance in the next group of traffic policy instances.If the value of
IsTruncatedin the previous response wasfalse, there are no more traffic policy instances to get. - See Also:
RRType
-
maxItems
public final String maxItems()
The maximum number of traffic policy instances to be included in the response body for this request. If you have more than
MaxItemstraffic policy instances, the value of theIsTruncatedelement in the response istrue, and the values ofHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerrepresent the first traffic policy instance that Amazon Route 53 will return if you submit another request.- Returns:
- The maximum number of traffic policy instances to be included in the response body for this request. If
you have more than
MaxItemstraffic policy instances, the value of theIsTruncatedelement in the response istrue, and the values ofHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerrepresent the first traffic policy instance that Amazon Route 53 will return if you submit another request.
-
toBuilder
public ListTrafficPolicyInstancesByHostedZoneRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTrafficPolicyInstancesByHostedZoneRequest.Builder,ListTrafficPolicyInstancesByHostedZoneRequest>- Specified by:
toBuilderin classRoute53Request
-
builder
public static ListTrafficPolicyInstancesByHostedZoneRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTrafficPolicyInstancesByHostedZoneRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-