public class ListTrafficPolicyInstancesByHostedZoneRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A request for the traffic policy instances that you created in a specified hosted zone.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
hostedZoneId
The ID of the hosted zone for which you want to list traffic policy
instances.
|
private java.lang.String |
maxItems
The maximum number of traffic policy instances to be included in the
response body for this request.
|
private java.lang.String |
trafficPolicyInstanceNameMarker
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
private java.lang.String |
trafficPolicyInstanceTypeMarker
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
NOOP
Constructor and Description |
---|
ListTrafficPolicyInstancesByHostedZoneRequest() |
Modifier and Type | Method and Description |
---|---|
ListTrafficPolicyInstancesByHostedZoneRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHostedZoneId()
The ID of the hosted zone for which you want to list traffic policy
instances.
|
java.lang.String |
getMaxItems()
The maximum number of traffic policy instances to be included in the
response body for this request.
|
java.lang.String |
getTrafficPolicyInstanceNameMarker()
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
java.lang.String |
getTrafficPolicyInstanceTypeMarker()
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
int |
hashCode() |
void |
setHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone for which you want to list traffic policy
instances.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of traffic policy instances to be included in the
response body for this request.
|
void |
setTrafficPolicyInstanceNameMarker(java.lang.String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
void |
setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
void |
setTrafficPolicyInstanceTypeMarker(java.lang.String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTrafficPolicyInstancesByHostedZoneRequest |
withHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone for which you want to list traffic policy
instances.
|
ListTrafficPolicyInstancesByHostedZoneRequest |
withMaxItems(java.lang.String maxItems)
The maximum number of traffic policy instances to be included in the
response body for this request.
|
ListTrafficPolicyInstancesByHostedZoneRequest |
withTrafficPolicyInstanceNameMarker(java.lang.String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
ListTrafficPolicyInstancesByHostedZoneRequest |
withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
ListTrafficPolicyInstancesByHostedZoneRequest |
withTrafficPolicyInstanceTypeMarker(java.lang.String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone , omit this value. |
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
private java.lang.String hostedZoneId
The ID of the hosted zone for which you want to list traffic policy instances.
private java.lang.String trafficPolicyInstanceNameMarker
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceNameMarker
is the
name of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
If the value of IsTruncated
in the previous response was
false
, omit this value.
private java.lang.String trafficPolicyInstanceTypeMarker
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
private java.lang.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 the
IsTruncated
element in the response is true
,
and the values of HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first traffic
policy instance in the next group of MaxItems
traffic policy
instances.
public ListTrafficPolicyInstancesByHostedZoneRequest()
public void setHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone for which you want to list traffic policy instances.
hostedZoneId
- The ID of the hosted zone for which you want to list traffic
policy instances.public java.lang.String getHostedZoneId()
The ID of the hosted zone for which you want to list traffic policy instances.
public ListTrafficPolicyInstancesByHostedZoneRequest withHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone for which you want to list traffic policy instances.
hostedZoneId
- The ID of the hosted zone for which you want to list traffic
policy instances.public void setTrafficPolicyInstanceNameMarker(java.lang.String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceNameMarker
is the
name of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
If the value of IsTruncated
in the previous response was
false
, omit this value.
trafficPolicyInstanceNameMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
If the value of IsTruncated
in the previous response
was false
, omit this value.
public java.lang.String getTrafficPolicyInstanceNameMarker()
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceNameMarker
is the
name of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
If the value of IsTruncated
in the previous response was
false
, omit this value.
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy
instances to get for this hosted zone.
If the value of IsTruncated
in the previous response
was false
, omit this value.
public ListTrafficPolicyInstancesByHostedZoneRequest withTrafficPolicyInstanceNameMarker(java.lang.String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceNameMarker
is the
name of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
If the value of IsTruncated
in the previous response was
false
, omit this value.
trafficPolicyInstanceNameMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceNameMarker
is the name of the
first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
If the value of IsTruncated
in the previous response
was false
, omit this value.
public void setTrafficPolicyInstanceTypeMarker(java.lang.String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
trafficPolicyInstanceTypeMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceTypeMarker
is the DNS type of
the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
RRType
public java.lang.String getTrafficPolicyInstanceTypeMarker()
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceTypeMarker
is the DNS type of
the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy
instances to get for this hosted zone.
RRType
public ListTrafficPolicyInstancesByHostedZoneRequest withTrafficPolicyInstanceTypeMarker(java.lang.String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
trafficPolicyInstanceTypeMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceTypeMarker
is the DNS type of
the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
RRType
public void setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
trafficPolicyInstanceTypeMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceTypeMarker
is the DNS type of
the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
RRType
public ListTrafficPolicyInstancesByHostedZoneRequest withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this value.
If the value of IsTruncated
in the previous response was
true
, TrafficPolicyInstanceTypeMarker
is the
DNS type of the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response was
false
, there are no more traffic policy instances to get for
this hosted zone.
trafficPolicyInstanceTypeMarker
- For the first request to
ListTrafficPolicyInstancesByHostedZone
, omit this
value.
If the value of IsTruncated
in the previous response
was true
,
TrafficPolicyInstanceTypeMarker
is the DNS type of
the first traffic policy instance in the next group of
MaxItems
traffic policy instances.
If the value of IsTruncated
in the previous response
was false
, there are no more traffic policy instances
to get for this hosted zone.
RRType
public void setMaxItems(java.lang.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 the
IsTruncated
element in the response is true
,
and the values of HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first traffic
policy instance in the next group of MaxItems
traffic policy
instances.
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 the
IsTruncated
element in the response is
true
, and the values of
HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first
traffic policy instance in the next group of MaxItems
traffic policy instances.public java.lang.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 the
IsTruncated
element in the response is true
,
and the values of HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first traffic
policy instance in the next group of MaxItems
traffic policy
instances.
MaxItems
traffic policy instances, the value of the
IsTruncated
element in the response is
true
, and the values of
HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first
traffic policy instance in the next group of
MaxItems
traffic policy instances.public ListTrafficPolicyInstancesByHostedZoneRequest withMaxItems(java.lang.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 the
IsTruncated
element in the response is true
,
and the values of HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first traffic
policy instance in the next group of MaxItems
traffic policy
instances.
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 the
IsTruncated
element in the response is
true
, and the values of
HostedZoneIdMarker
,
TrafficPolicyInstanceNameMarker
, and
TrafficPolicyInstanceTypeMarker
represent the first
traffic policy instance in the next group of MaxItems
traffic policy instances.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTrafficPolicyInstancesByHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()