Class ListTrafficPolicyInstancesByPolicyResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.ListTrafficPolicyInstancesByPolicyResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListTrafficPolicyInstancesByPolicyResult extends Object implements Serializable, Cloneable
A complex type that contains the response information for the request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListTrafficPolicyInstancesByPolicyResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTrafficPolicyInstancesByPolicyResultclone()booleanequals(Object obj)StringgetHostedZoneIdMarker()IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.BooleangetIsTruncated()A flag that indicates whether there are more traffic policy instances to be listed.StringgetMaxItems()The value that you specified for theMaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.StringgetTrafficPolicyInstanceNameMarker()IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.List<TrafficPolicyInstance>getTrafficPolicyInstances()A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.StringgetTrafficPolicyInstanceTypeMarker()IfIsTruncatedistrue,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.inthashCode()BooleanisTruncated()A flag that indicates whether there are more traffic policy instances to be listed.voidsetHostedZoneIdMarker(String hostedZoneIdMarker)IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.voidsetIsTruncated(Boolean isTruncated)A flag that indicates whether there are more traffic policy instances to be listed.voidsetMaxItems(String maxItems)The value that you specified for theMaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.voidsetTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.voidsetTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.voidsetTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)IfIsTruncatedistrue,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.voidsetTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)IfIsTruncatedistrue,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.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListTrafficPolicyInstancesByPolicyResultwithHostedZoneIdMarker(String hostedZoneIdMarker)IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesByPolicyResultwithIsTruncated(Boolean isTruncated)A flag that indicates whether there are more traffic policy instances to be listed.ListTrafficPolicyInstancesByPolicyResultwithMaxItems(String maxItems)The value that you specified for theMaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.ListTrafficPolicyInstancesByPolicyResultwithTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesByPolicyResultwithTrafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances)A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByPolicyResultwithTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByPolicyResultwithTrafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker)IfIsTruncatedistrue,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.ListTrafficPolicyInstancesByPolicyResultwithTrafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker)IfIsTruncatedistrue,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.
-
-
-
Method Detail
-
getTrafficPolicyInstances
public List<TrafficPolicyInstance> getTrafficPolicyInstances()
A list that contains one
TrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.- Returns:
- A list that contains one
TrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.
-
setTrafficPolicyInstances
public void setTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
A list that contains one
TrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.- Parameters:
trafficPolicyInstances- A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.
-
withTrafficPolicyInstances
public ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances)
A list that contains one
TrafficPolicyInstanceelement 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)orwithTrafficPolicyInstances(java.util.Collection)if you want to override the existing values.- Parameters:
trafficPolicyInstances- A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTrafficPolicyInstances
public ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances)
A list that contains one
TrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.- Parameters:
trafficPolicyInstances- A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostedZoneIdMarker
public void setHostedZoneIdMarker(String hostedZoneIdMarker)
If
IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Parameters:
hostedZoneIdMarker- IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.
-
getHostedZoneIdMarker
public String getHostedZoneIdMarker()
If
IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Returns:
- If
IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.
-
withHostedZoneIdMarker
public ListTrafficPolicyInstancesByPolicyResult withHostedZoneIdMarker(String hostedZoneIdMarker)
If
IsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Parameters:
hostedZoneIdMarker- IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyInstanceNameMarker
public void setTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If
IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Parameters:
trafficPolicyInstanceNameMarker- IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.
-
getTrafficPolicyInstanceNameMarker
public String getTrafficPolicyInstanceNameMarker()
If
IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Returns:
- If
IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.
-
withTrafficPolicyInstanceNameMarker
public ListTrafficPolicyInstancesByPolicyResult withTrafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker)
If
IsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Parameters:
trafficPolicyInstanceNameMarker- IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyInstanceTypeMarker
public 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.- Parameters:
trafficPolicyInstanceTypeMarker- IfIsTruncatedistrue,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.- See Also:
RRType
-
getTrafficPolicyInstanceTypeMarker
public 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.- Returns:
- 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. - See Also:
RRType
-
withTrafficPolicyInstanceTypeMarker
public 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.- Parameters:
trafficPolicyInstanceTypeMarker- IfIsTruncatedistrue,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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setTrafficPolicyInstanceTypeMarker
public 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.- Parameters:
trafficPolicyInstanceTypeMarker- IfIsTruncatedistrue,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.- See Also:
RRType
-
withTrafficPolicyInstanceTypeMarker
public 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.- Parameters:
trafficPolicyInstanceTypeMarker- IfIsTruncatedistrue,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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setIsTruncated
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 the next group of
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false- 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 ofMaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false
-
getIsTruncated
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
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false- Returns:
- 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
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false
-
withIsTruncated
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
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false- 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 ofMaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
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
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false- Returns:
- 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
MaxItemstraffic policy instances by callingListTrafficPolicyInstancesByPolicyagain and specifying the values of theHostedZoneIdMarker,TrafficPolicyInstanceNameMarker, andTrafficPolicyInstanceTypeMarkerelements in the corresponding request parameters.Valid Values:
true|false
-
setMaxItems
public void setMaxItems(String maxItems)
The value that you specified for the
MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.- Parameters:
maxItems- The value that you specified for theMaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.
-
getMaxItems
public String getMaxItems()
The value that you specified for the
MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.- Returns:
- The value that you specified for the
MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.
-
withMaxItems
public ListTrafficPolicyInstancesByPolicyResult withMaxItems(String maxItems)
The value that you specified for the
MaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.- Parameters:
maxItems- The value that you specified for theMaxItemsparameter in the call toListTrafficPolicyInstancesByPolicythat produced the current response.- 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListTrafficPolicyInstancesByPolicyResult clone()
-
-