@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrafficPolicyInstancesByPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the request.
| Constructor and Description | 
|---|
| ListTrafficPolicyInstancesByPolicyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListTrafficPolicyInstancesByPolicyResult | clone() | 
| boolean | equals(Object obj) | 
| String | getHostedZoneIdMarker()
 If  IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of
 the first traffic policy instance in the next group of traffic policy instances. | 
| Boolean | getIsTruncated()
 A flag that indicates whether there are more traffic policy instances to be listed. | 
| String | getMaxItems()
 The value that you specified for the  MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response. | 
| String | getTrafficPolicyInstanceNameMarker()
 If  IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the
 first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| List<TrafficPolicyInstance> | getTrafficPolicyInstances()
 A list that contains one  TrafficPolicyInstanceelement for each traffic policy instance that matches
 the elements in the request. | 
| String | getTrafficPolicyInstanceTypeMarker()
 If  IsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of
 the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| int | hashCode() | 
| Boolean | isTruncated()
 A flag that indicates whether there are more traffic policy instances to be listed. | 
| void | setHostedZoneIdMarker(String hostedZoneIdMarker)
 If  IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of
 the first traffic policy instance in the next group of traffic policy instances. | 
| void | setIsTruncated(Boolean isTruncated)
 A flag that indicates whether there are more traffic policy instances to be listed. | 
| void | setMaxItems(String maxItems)
 The value that you specified for the  MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response. | 
| void | setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the
 first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| void | setTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
 A list that contains one  TrafficPolicyInstanceelement for each traffic policy instance that matches
 the elements in the request. | 
| void | setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of
 the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| void | setTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of
 the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ListTrafficPolicyInstancesByPolicyResult | withHostedZoneIdMarker(String hostedZoneIdMarker)
 If  IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of
 the first traffic policy instance in the next group of traffic policy instances. | 
| ListTrafficPolicyInstancesByPolicyResult | withIsTruncated(Boolean isTruncated)
 A flag that indicates whether there are more traffic policy instances to be listed. | 
| ListTrafficPolicyInstancesByPolicyResult | withMaxItems(String maxItems)
 The value that you specified for the  MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response. | 
| ListTrafficPolicyInstancesByPolicyResult | withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the
 first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| ListTrafficPolicyInstancesByPolicyResult | withTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
 A list that contains one  TrafficPolicyInstanceelement for each traffic policy instance that matches
 the elements in the request. | 
| ListTrafficPolicyInstancesByPolicyResult | withTrafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances)
 A list that contains one  TrafficPolicyInstanceelement for each traffic policy instance that matches
 the elements in the request. | 
| ListTrafficPolicyInstancesByPolicyResult | withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of
 the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
| ListTrafficPolicyInstancesByPolicyResult | withTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
 If  IsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of
 the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListTrafficPolicyInstancesByPolicyResult()
public List<TrafficPolicyInstance> getTrafficPolicyInstances()
 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 void setTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
 A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches
 the elements in the request.
 
trafficPolicyInstances - A list that contains one TrafficPolicyInstance element for each traffic policy instance that
        matches the elements in the request.public ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances)
 A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches
 the elements in the request.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setTrafficPolicyInstances(java.util.Collection) or
 withTrafficPolicyInstances(java.util.Collection) if you want to override the existing values.
 
trafficPolicyInstances - A list that contains one TrafficPolicyInstance element for each traffic policy instance that
        matches the elements in the request.public ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
 A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches
 the elements in the request.
 
trafficPolicyInstances - A list that contains one TrafficPolicyInstance element for each traffic policy instance that
        matches the elements in the request.public void setHostedZoneIdMarker(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.
 
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.public String getHostedZoneIdMarker()
 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 ListTrafficPolicyInstancesByPolicyResult withHostedZoneIdMarker(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.
 
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.public void setTrafficPolicyInstanceNameMarker(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.
 
trafficPolicyInstanceNameMarker - If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name
        of the first traffic policy instance in the next group of MaxItems traffic policy instances.public String getTrafficPolicyInstanceNameMarker()
 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 ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstanceNameMarker(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.
 
trafficPolicyInstanceNameMarker - If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name
        of the first traffic policy instance in the next group of MaxItems traffic policy instances.public void setTrafficPolicyInstanceTypeMarker(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.
 
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.RRTypepublic String getTrafficPolicyInstanceTypeMarker()
 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 ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstanceTypeMarker(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.
 
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.RRTypepublic void setTrafficPolicyInstanceTypeMarker(RRType 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.
 
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.RRTypepublic ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstanceTypeMarker(RRType 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.
 
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.RRTypepublic void setIsTruncated(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.
 
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.public Boolean getIsTruncated()
 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 ListTrafficPolicyInstancesByPolicyResult withIsTruncated(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.
 
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.public 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 void setMaxItems(String maxItems)
 The value that you specified for the MaxItems parameter in the call to
 ListTrafficPolicyInstancesByPolicy that produced the current response.
 
maxItems - The value that you specified for the MaxItems parameter in the call to
        ListTrafficPolicyInstancesByPolicy that produced the current response.public String getMaxItems()
 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 ListTrafficPolicyInstancesByPolicyResult withMaxItems(String maxItems)
 The value that you specified for the MaxItems parameter in the call to
 ListTrafficPolicyInstancesByPolicy that produced the current response.
 
maxItems - The value that you specified for the MaxItems parameter in the call to
        ListTrafficPolicyInstancesByPolicy that produced the current response.public String toString()
toString in class ObjectObject.toString()public ListTrafficPolicyInstancesByPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.