@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrafficPolicyInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the request.
Constructor and Description |
---|
ListTrafficPolicyInstancesResult() |
Modifier and Type | Method and Description |
---|---|
ListTrafficPolicyInstancesResult |
clone() |
boolean |
equals(Object obj) |
String |
getHostedZoneIdMarker()
If
IsTruncated is true , HostedZoneIdMarker is the ID of the hosted zone of
the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
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
MaxItems parameter in the call to
ListTrafficPolicyInstances that produced the current response. |
String |
getTrafficPolicyInstanceNameMarker()
If
IsTruncated is true , TrafficPolicyInstanceNameMarker is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
List<TrafficPolicyInstance> |
getTrafficPolicyInstances()
A list that contains one
TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request. |
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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more traffic policy instances to be listed.
|
void |
setHostedZoneIdMarker(String hostedZoneIdMarker)
If
IsTruncated is true , HostedZoneIdMarker is the ID of the hosted zone of
the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
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
MaxItems parameter in the call to
ListTrafficPolicyInstances that produced the current response. |
void |
setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If
IsTruncated is true , TrafficPolicyInstanceNameMarker is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
void |
setTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
A list that contains one
TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request. |
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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTrafficPolicyInstancesResult |
withHostedZoneIdMarker(String hostedZoneIdMarker)
If
IsTruncated is true , HostedZoneIdMarker is the ID of the hosted zone of
the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
ListTrafficPolicyInstancesResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more traffic policy instances to be listed.
|
ListTrafficPolicyInstancesResult |
withMaxItems(String maxItems)
The value that you specified for the
MaxItems parameter in the call to
ListTrafficPolicyInstances that produced the current response. |
ListTrafficPolicyInstancesResult |
withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If
IsTruncated is true , TrafficPolicyInstanceNameMarker is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances request. |
ListTrafficPolicyInstancesResult |
withTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
A list that contains one
TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request. |
ListTrafficPolicyInstancesResult |
withTrafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances)
A list that contains one
TrafficPolicyInstance element for each traffic policy instance that matches
the elements in the request. |
ListTrafficPolicyInstancesResult |
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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
ListTrafficPolicyInstancesResult |
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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListTrafficPolicyInstancesResult 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 ListTrafficPolicyInstancesResult 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 that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
hostedZoneIdMarker
- If IsTruncated
is true
, HostedZoneIdMarker
is the ID of the hosted
zone of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.public String getHostedZoneIdMarker()
If IsTruncated
is true
, HostedZoneIdMarker
is the ID of the hosted zone of
the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
IsTruncated
is true
, HostedZoneIdMarker
is the ID of the hosted
zone of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.public ListTrafficPolicyInstancesResult withHostedZoneIdMarker(String hostedZoneIdMarker)
If IsTruncated
is true
, HostedZoneIdMarker
is the ID of the hosted zone of
the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
hostedZoneIdMarker
- If IsTruncated
is true
, HostedZoneIdMarker
is the ID of the hosted
zone of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.public void setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
trafficPolicyInstanceNameMarker
- If IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the name
of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.public String getTrafficPolicyInstanceNameMarker()
If IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the
name of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.public ListTrafficPolicyInstancesResult withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.
trafficPolicyInstanceNameMarker
- If IsTruncated
is true
, TrafficPolicyInstanceNameMarker
is the name
of the first traffic policy instance that Amazon Route 53 will return if you submit another
ListTrafficPolicyInstances
request.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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances
request.
trafficPolicyInstanceTypeMarker
- If IsTruncated
is true
, TrafficPolicyInstanceTypeMarker
is the DNS
type of the resource record sets that are associated with the first traffic policy instance that Amazon
Route 53 will return if you submit another ListTrafficPolicyInstances
request.RRType
public 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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances
request.
IsTruncated
is true
, TrafficPolicyInstanceTypeMarker
is the DNS
type of the resource record sets that are associated with the first traffic policy instance that Amazon
Route 53 will return if you submit another ListTrafficPolicyInstances
request.RRType
public ListTrafficPolicyInstancesResult 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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances
request.
trafficPolicyInstanceTypeMarker
- If IsTruncated
is true
, TrafficPolicyInstanceTypeMarker
is the DNS
type of the resource record sets that are associated with the first traffic policy instance that Amazon
Route 53 will return if you submit another ListTrafficPolicyInstances
request.RRType
public 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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances
request.
trafficPolicyInstanceTypeMarker
- If IsTruncated
is true
, TrafficPolicyInstanceTypeMarker
is the DNS
type of the resource record sets that are associated with the first traffic policy instance that Amazon
Route 53 will return if you submit another ListTrafficPolicyInstances
request.RRType
public ListTrafficPolicyInstancesResult 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 that Amazon Route 53 will
return if you submit another ListTrafficPolicyInstances
request.
trafficPolicyInstanceTypeMarker
- If IsTruncated
is true
, TrafficPolicyInstanceTypeMarker
is the DNS
type of the resource record sets that are associated with the first traffic policy instance that Amazon
Route 53 will return if you submit another ListTrafficPolicyInstances
request.RRType
public 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 more traffic policy instances by calling ListTrafficPolicyInstances
again and
specifying the values of the HostedZoneIdMarker
, TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
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 more traffic policy instances by calling ListTrafficPolicyInstances
again and specifying the values of the HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and TrafficPolicyInstanceTypeMarker
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 more traffic policy instances by calling ListTrafficPolicyInstances
again and
specifying the values of the HostedZoneIdMarker
, TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
in the corresponding request parameters.
ListTrafficPolicyInstances
again and specifying the values of the HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and TrafficPolicyInstanceTypeMarker
in the
corresponding request parameters.public ListTrafficPolicyInstancesResult 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 more traffic policy instances by calling ListTrafficPolicyInstances
again and
specifying the values of the HostedZoneIdMarker
, TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
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 more traffic policy instances by calling ListTrafficPolicyInstances
again and specifying the values of the HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and TrafficPolicyInstanceTypeMarker
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 more traffic policy instances by calling ListTrafficPolicyInstances
again and
specifying the values of the HostedZoneIdMarker
, TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
in the corresponding request parameters.
ListTrafficPolicyInstances
again and specifying the values of the HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and TrafficPolicyInstanceTypeMarker
in the
corresponding request parameters.public void setMaxItems(String maxItems)
The value that you specified for the MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.
maxItems
- The value that you specified for the MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.public String getMaxItems()
The value that you specified for the MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.
MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.public ListTrafficPolicyInstancesResult withMaxItems(String maxItems)
The value that you specified for the MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.
maxItems
- The value that you specified for the MaxItems
parameter in the call to
ListTrafficPolicyInstances
that produced the current response.public String toString()
toString
in class Object
Object.toString()
public ListTrafficPolicyInstancesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.