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.pinpointsmsvoicev2.model

Class CreateVerifiedDestinationNumberResult

    • Constructor Detail

      • CreateVerifiedDestinationNumberResult

        public CreateVerifiedDestinationNumberResult()
    • Method Detail

      • setVerifiedDestinationNumberArn

        public void setVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)

        The Amazon Resource Name (ARN) for the verified destination phone number.

        Parameters:
        verifiedDestinationNumberArn - The Amazon Resource Name (ARN) for the verified destination phone number.
      • getVerifiedDestinationNumberArn

        public String getVerifiedDestinationNumberArn()

        The Amazon Resource Name (ARN) for the verified destination phone number.

        Returns:
        The Amazon Resource Name (ARN) for the verified destination phone number.
      • withVerifiedDestinationNumberArn

        public CreateVerifiedDestinationNumberResult withVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)

        The Amazon Resource Name (ARN) for the verified destination phone number.

        Parameters:
        verifiedDestinationNumberArn - The Amazon Resource Name (ARN) for the verified destination phone number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVerifiedDestinationNumberId

        public void setVerifiedDestinationNumberId(String verifiedDestinationNumberId)

        The unique identifier for the verified destination phone number.

        Parameters:
        verifiedDestinationNumberId - The unique identifier for the verified destination phone number.
      • getVerifiedDestinationNumberId

        public String getVerifiedDestinationNumberId()

        The unique identifier for the verified destination phone number.

        Returns:
        The unique identifier for the verified destination phone number.
      • withVerifiedDestinationNumberId

        public CreateVerifiedDestinationNumberResult withVerifiedDestinationNumberId(String verifiedDestinationNumberId)

        The unique identifier for the verified destination phone number.

        Parameters:
        verifiedDestinationNumberId - The unique identifier for the verified destination phone number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDestinationPhoneNumber

        public void setDestinationPhoneNumber(String destinationPhoneNumber)

        The verified destination phone number, in E.164 format.

        Parameters:
        destinationPhoneNumber - The verified destination phone number, in E.164 format.
      • getDestinationPhoneNumber

        public String getDestinationPhoneNumber()

        The verified destination phone number, in E.164 format.

        Returns:
        The verified destination phone number, in E.164 format.
      • withDestinationPhoneNumber

        public CreateVerifiedDestinationNumberResult withDestinationPhoneNumber(String destinationPhoneNumber)

        The verified destination phone number, in E.164 format.

        Parameters:
        destinationPhoneNumber - The verified destination phone number, in E.164 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Parameters:
        status - The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        See Also:
        VerificationStatus
      • getStatus

        public String getStatus()

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Returns:
        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        See Also:
        VerificationStatus
      • withStatus

        public CreateVerifiedDestinationNumberResult withStatus(String status)

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Parameters:
        status - The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VerificationStatus
      • withStatus

        public CreateVerifiedDestinationNumberResult withStatus(VerificationStatus status)

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Parameters:
        status - The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VerificationStatus
      • getTags

        public List<Tag> getTags()

        An array of tags (key and value pairs) to associate with the destination number.

        Returns:
        An array of tags (key and value pairs) to associate with the destination number.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of tags (key and value pairs) to associate with the destination number.

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the destination number.
      • withTags

        public CreateVerifiedDestinationNumberResult withTags(Tag... tags)

        An array of tags (key and value pairs) to associate with the destination number.

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

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the destination number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateVerifiedDestinationNumberResult withTags(Collection<Tag> tags)

        An array of tags (key and value pairs) to associate with the destination number.

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the destination number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimestamp

        public void setCreatedTimestamp(Date createdTimestamp)

        The time when the verified phone number was created, in UNIX epoch time format.

        Parameters:
        createdTimestamp - The time when the verified phone number was created, in UNIX epoch time format.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        The time when the verified phone number was created, in UNIX epoch time format.

        Returns:
        The time when the verified phone number was created, in UNIX epoch time format.
      • withCreatedTimestamp

        public CreateVerifiedDestinationNumberResult withCreatedTimestamp(Date createdTimestamp)

        The time when the verified phone number was created, in UNIX epoch time format.

        Parameters:
        createdTimestamp - The time when the verified phone number was created, in UNIX epoch time format.
        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 によって変換されたページ (->オリジナル) /