JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.simpleemailv2.model

Class GetDedicatedIpsResult

    • Constructor Detail

      • GetDedicatedIpsResult

        public GetDedicatedIpsResult()
    • Method Detail

      • getDedicatedIps

        public List<DedicatedIp> getDedicatedIps()

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

        Returns:
        A list of dedicated IP addresses that are associated with your Amazon Web Services account.
      • setDedicatedIps

        public void setDedicatedIps(Collection<DedicatedIp> dedicatedIps)

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

        Parameters:
        dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
      • withDedicatedIps

        public GetDedicatedIpsResult withDedicatedIps(DedicatedIp... dedicatedIps)

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

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

        Parameters:
        dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withDedicatedIps

        public GetDedicatedIpsResult withDedicatedIps(Collection<DedicatedIp> dedicatedIps)

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

        Parameters:
        dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
      • getNextToken

        public String getNextToken()

        A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

        Returns:
        A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
      • withNextToken

        public GetDedicatedIpsResult withNextToken(String nextToken)

        A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /