ToCopyableBuilder<ListTrafficPolicyInstancesByPolicyResponse.Builder,ListTrafficPolicyInstancesByPolicyResponse>@Generated("software.amazon.awssdk:codegen") public class ListTrafficPolicyInstancesByPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListTrafficPolicyInstancesByPolicyResponse.Builder,ListTrafficPolicyInstancesByPolicyResponse>
A complex type that contains the response information for the request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListTrafficPolicyInstancesByPolicyResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListTrafficPolicyInstancesByPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneIdMarker() |
If
IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of
the first traffic policy instance in the next group of traffic policy instances. |
Boolean |
isTruncated() |
A flag that indicates whether there are more traffic policy instances to be listed.
|
String |
maxItems() |
The value that you specified for the
MaxItems parameter in the call to
ListTrafficPolicyInstancesByPolicy that produced the current response. |
static Class<? extends ListTrafficPolicyInstancesByPolicyResponse.Builder> |
serializableBuilderClass() |
|
ListTrafficPolicyInstancesByPolicyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
trafficPolicyInstanceNameMarker() |
If
IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the
first traffic policy instance in the next group of MaxItems traffic policy instances. |
List<TrafficPolicyInstance> |
trafficPolicyInstances() |
A list that contains one
TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request. |
String |
trafficPolicyInstanceTypeMarker() |
If
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance in the next group of
MaxItems traffic policy instances. |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<TrafficPolicyInstance> trafficPolicyInstances()
A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request.
TrafficPolicyInstance element for each traffic policy instance that
matches the elements in the request.public String hostedZoneIdMarker()
If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of
the first traffic policy instance in the next group of traffic policy instances.
IsTruncated is true, HostedZoneIdMarker is the ID of the hosted
zone of the first traffic policy instance in the next group of traffic policy instances.public String trafficPolicyInstanceNameMarker()
If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the
first traffic policy instance in the next group of MaxItems traffic policy instances.
IsTruncated is true, TrafficPolicyInstanceNameMarker is the
name of the first traffic policy instance in the next group of MaxItems traffic policy
instances.public String trafficPolicyInstanceTypeMarker()
If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
the resource record sets that are associated with the first traffic policy instance in the next group of
MaxItems traffic policy instances.
IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS
type of the resource record sets that are associated with the first traffic policy instance in the next
group of MaxItems traffic policy instances.RRTypepublic Boolean isTruncated()
A flag that indicates whether there are more traffic policy instances to be listed. If the response was
truncated, you can get the next group of traffic policy instances by calling
ListTrafficPolicyInstancesByPolicy again and specifying the values of the
HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and
TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.
ListTrafficPolicyInstancesByPolicy again and specifying the values of the
HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and
TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.public String maxItems()
The value that you specified for the MaxItems parameter in the call to
ListTrafficPolicyInstancesByPolicy that produced the current response.
MaxItems parameter in the call to
ListTrafficPolicyInstancesByPolicy that produced the current response.public ListTrafficPolicyInstancesByPolicyResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListTrafficPolicyInstancesByPolicyResponse.Builder,ListTrafficPolicyInstancesByPolicyResponse>public static ListTrafficPolicyInstancesByPolicyResponse.Builder builder()
public static Class<? extends ListTrafficPolicyInstancesByPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.