@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrafficPolicyInstancesByPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains the information about the request to list your traffic policy instances.
NOOP
Constructor and Description |
---|
ListTrafficPolicyInstancesByPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
ListTrafficPolicyInstancesByPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getHostedZoneIdMarker()
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
String |
getMaxItems()
The maximum number of traffic policy instances to be included in the response body for this request.
|
String |
getTrafficPolicyId()
The ID of the traffic policy for which you want to list traffic policy instances.
|
String |
getTrafficPolicyInstanceNameMarker()
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
String |
getTrafficPolicyInstanceTypeMarker()
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
Integer |
getTrafficPolicyVersion()
The version of the traffic policy for which you want to list traffic policy instances.
|
int |
hashCode() |
void |
setHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , 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 |
setTrafficPolicyId(String trafficPolicyId)
The ID of the traffic policy for which you want to list traffic policy instances.
|
void |
setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
void |
setTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
void |
setTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
void |
setTrafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy for which you want to list traffic policy instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTrafficPolicyInstancesByPolicyRequest |
withHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
ListTrafficPolicyInstancesByPolicyRequest |
withMaxItems(String maxItems)
The maximum number of traffic policy instances to be included in the response body for this request.
|
ListTrafficPolicyInstancesByPolicyRequest |
withTrafficPolicyId(String trafficPolicyId)
The ID of the traffic policy for which you want to list traffic policy instances.
|
ListTrafficPolicyInstancesByPolicyRequest |
withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
ListTrafficPolicyInstancesByPolicyRequest |
withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
ListTrafficPolicyInstancesByPolicyRequest |
withTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request to
ListTrafficPolicyInstancesByPolicy , omit this value. |
ListTrafficPolicyInstancesByPolicyRequest |
withTrafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy for which you want to list traffic policy instances.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListTrafficPolicyInstancesByPolicyRequest()
public void setTrafficPolicyId(String trafficPolicyId)
The ID of the traffic policy for which you want to list traffic policy instances.
trafficPolicyId
- The ID of the traffic policy for which you want to list traffic policy instances.public String getTrafficPolicyId()
The ID of the traffic policy for which you want to list traffic policy instances.
public ListTrafficPolicyInstancesByPolicyRequest withTrafficPolicyId(String trafficPolicyId)
The ID of the traffic policy for which you want to list traffic policy instances.
trafficPolicyId
- The ID of the traffic policy for which you want to list traffic policy instances.public void setTrafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy for which you want to list traffic policy instances. The version must be
associated with the traffic policy that is specified by TrafficPolicyId
.
trafficPolicyVersion
- The version of the traffic policy for which you want to list traffic policy instances. The version must be
associated with the traffic policy that is specified by TrafficPolicyId
.public Integer getTrafficPolicyVersion()
The version of the traffic policy for which you want to list traffic policy instances. The version must be
associated with the traffic policy that is specified by TrafficPolicyId
.
TrafficPolicyId
.public ListTrafficPolicyInstancesByPolicyRequest withTrafficPolicyVersion(Integer trafficPolicyVersion)
The version of the traffic policy for which you want to list traffic policy instances. The version must be
associated with the traffic policy that is specified by TrafficPolicyId
.
trafficPolicyVersion
- The version of the traffic policy for which you want to list traffic policy instances. The version must be
associated with the traffic policy that is specified by TrafficPolicyId
.public void setHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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.
hostedZoneIdMarker
- For the first request to ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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 String getHostedZoneIdMarker()
For the first request to ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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.
ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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 ListTrafficPolicyInstancesByPolicyRequest withHostedZoneIdMarker(String hostedZoneIdMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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.
hostedZoneIdMarker
- For the first request to ListTrafficPolicyInstancesByPolicy
, omit this value.
If the value of IsTruncated
in the previous response was true
,
HostedZoneIdMarker
is the ID of the hosted zone for 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 setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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 String getTrafficPolicyInstanceNameMarker()
For the first request to ListTrafficPolicyInstancesByPolicy
, 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.
ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicyRequest withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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(String trafficPolicyInstanceTypeMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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 String getTrafficPolicyInstanceTypeMarker()
For the first request to ListTrafficPolicyInstancesByPolicy
, 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.
ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicyRequest withTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicyRequest withTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)
For the first request to ListTrafficPolicyInstancesByPolicy
, 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 ListTrafficPolicyInstancesByPolicy
, 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(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 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 ListTrafficPolicyInstancesByPolicyRequest 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 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 String toString()
toString
in class Object
Object.toString()
public ListTrafficPolicyInstancesByPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.