Class DescribeMovingAddressesRequest

    • Constructor Detail

      • DescribeMovingAddressesRequest

        public DescribeMovingAddressesRequest()
    • Method Detail

      • getPublicIps

        public List<String> getPublicIps()

        One or more Elastic IP addresses.

        Returns:
        One or more Elastic IP addresses.
      • setPublicIps

        public void setPublicIps​(Collection<String> publicIps)

        One or more Elastic IP addresses.

        Parameters:
        publicIps - One or more Elastic IP addresses.
      • withPublicIps

        public DescribeMovingAddressesRequest withPublicIps​(Collection<String> publicIps)

        One or more Elastic IP addresses.

        Parameters:
        publicIps - One or more Elastic IP addresses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
      • getNextToken

        public String getNextToken()

        The token to use to retrieve the next page of results.

        Returns:
        The token to use to retrieve the next page of results.
      • withNextToken

        public DescribeMovingAddressesRequest withNextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<Filter> getFilters()

        One or more filters.

        • moving-status - The status of the Elastic IP address ( MovingToVpc | RestoringToClassic).

        Returns:
        One or more filters.

        • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

      • setFilters

        public void setFilters​(Collection<Filter> filters)

        One or more filters.

        • moving-status - The status of the Elastic IP address ( MovingToVpc | RestoringToClassic).

        Parameters:
        filters - One or more filters.

        • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

      • withFilters

        public DescribeMovingAddressesRequest withFilters​(Filter... filters)

        One or more filters.

        • moving-status - The status of the Elastic IP address ( MovingToVpc | RestoringToClassic).

        NOTE: This method appends the values to the existing list (if any). Use setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override the existing values.

        Parameters:
        filters - One or more filters.

        • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

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

        public DescribeMovingAddressesRequest withFilters​(Collection<Filter> filters)

        One or more filters.

        • moving-status - The status of the Elastic IP address ( MovingToVpc | RestoringToClassic).

        Parameters:
        filters - One or more filters.

        • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

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

        public void setMaxResults​(Integer maxResults)

        The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

        Parameters:
        maxResults - The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

        Returns:
        The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

      • withMaxResults

        public DescribeMovingAddressesRequest withMaxResults​(Integer maxResults)

        The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

        Parameters:
        maxResults - The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

        Default: If no value is provided, the default is 1000.

        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