Class ListTrafficPoliciesRequest

    • Constructor Detail

      • ListTrafficPoliciesRequest

        public ListTrafficPoliciesRequest()
    • Method Detail

      • setTrafficPolicyIdMarker

        public void setTrafficPolicyIdMarker​(String trafficPolicyIdMarker)

        For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

        Parameters:
        trafficPolicyIdMarker - For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

      • getTrafficPolicyIdMarker

        public String getTrafficPolicyIdMarker()

        For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

        Returns:
        For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

      • withTrafficPolicyIdMarker

        public ListTrafficPoliciesRequest withTrafficPolicyIdMarker​(String trafficPolicyIdMarker)

        For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

        Parameters:
        trafficPolicyIdMarker - For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

        If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

        Policies are listed in the order in which they were created.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxItems

        public void setMaxItems​(String maxItems)

        The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

        Parameters:
        maxItems - The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.
      • getMaxItems

        public String getMaxItems()

        The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

        Returns:
        The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.
      • withMaxItems

        public ListTrafficPoliciesRequest withMaxItems​(String maxItems)

        The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

        Parameters:
        maxItems - The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.
        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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object