Class ListTrafficPolicyInstancesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListTrafficPolicyInstancesRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListTrafficPolicyInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains the information about the request to list your traffic policy instances.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListTrafficPolicyInstancesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTrafficPolicyInstancesRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
String
getHostedZoneIdMarker()
For the first request toListTrafficPolicyInstances
, omit this value.String
getMaxItems()
The maximum number of traffic policy instances to be included in the response body for this request.String
getTrafficPolicyInstanceNameMarker()
For the first request toListTrafficPolicyInstances
, omit this value.String
getTrafficPolicyInstanceTypeMarker()
For the first request toListTrafficPolicyInstances
, omit this value.int
hashCode()
void
setHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request toListTrafficPolicyInstances
, omit this value.void
setMaxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request.void
setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request toListTrafficPolicyInstances
, omit this value.void
setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request toListTrafficPolicyInstances
, omit this value.void
setTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request toListTrafficPolicyInstances
, omit this value.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListTrafficPolicyInstancesRequest
withHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request toListTrafficPolicyInstances
, omit this value.ListTrafficPolicyInstancesRequest
withMaxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request.ListTrafficPolicyInstancesRequest
withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request toListTrafficPolicyInstances
, omit this value.ListTrafficPolicyInstancesRequest
withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request toListTrafficPolicyInstances
, omit this value.ListTrafficPolicyInstancesRequest
withTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request toListTrafficPolicyInstances
, omit this value.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setHostedZoneIdMarker
public void setHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
hostedZoneIdMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.
-
getHostedZoneIdMarker
public String getHostedZoneIdMarker()
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.
-
withHostedZoneIdMarker
public ListTrafficPolicyInstancesRequest withHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
hostedZoneIdMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
, you have more traffic policy instances. To get the next group ofMaxItems
traffic policy instances, submit anotherListTrafficPolicyInstances
request. For the value ofHostedZoneIdMarker
, specify the value ofHostedZoneIdMarker
from the previous response, which is the hosted zone ID of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyInstanceNameMarker
public void setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceNameMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.
-
getTrafficPolicyInstanceNameMarker
public String getTrafficPolicyInstanceNameMarker()
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.
-
withTrafficPolicyInstanceNameMarker
public ListTrafficPolicyInstancesRequest withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceNameMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceNameMarker
is the name of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyInstanceTypeMarker
public void setTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- See Also:
RRType
-
getTrafficPolicyInstanceTypeMarker
public String getTrafficPolicyInstanceTypeMarker()
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get. - See Also:
RRType
-
withTrafficPolicyInstanceTypeMarker
public ListTrafficPolicyInstancesRequest withTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setTrafficPolicyInstanceTypeMarker
public void setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- See Also:
RRType
-
withTrafficPolicyInstanceTypeMarker
public ListTrafficPolicyInstancesRequest withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Parameters:
trafficPolicyInstanceTypeMarker
- For the first request toListTrafficPolicyInstances
, omit this value.If the value of
IsTruncated
in the previous response wastrue
,TrafficPolicyInstanceTypeMarker
is the DNS type of the first traffic policy instance in the next group ofMaxItems
traffic policy instances.If the value of
IsTruncated
in the previous response wasfalse
, there are no more traffic policy instances to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setMaxItems
public void setMaxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request. If you have more than
MaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.- Parameters:
maxItems
- The maximum number of traffic policy instances to be included in the response body for this request. If you have more thanMaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.
-
getMaxItems
public String getMaxItems()
The maximum number of traffic policy instances to be included in the response body for this request. If you have more than
MaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.- Returns:
- The maximum number of traffic policy instances to be included in
the response body for this request. If you have more than
MaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.
-
withMaxItems
public ListTrafficPolicyInstancesRequest withMaxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request. If you have more than
MaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.- Parameters:
maxItems
- The maximum number of traffic policy instances to be included in the response body for this request. If you have more thanMaxItems
traffic policy instances, the value of theIsTruncated
element in the response istrue
, and the values ofHostedZoneIdMarker
,TrafficPolicyInstanceNameMarker
, andTrafficPolicyInstanceTypeMarker
represent the first traffic policy instance in the next group ofMaxItems
traffic policy instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListTrafficPolicyInstancesRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-