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 CreateRegistrationAttachmentResult

    • Constructor Detail

      • CreateRegistrationAttachmentResult

        public CreateRegistrationAttachmentResult()
    • Method Detail

      • setRegistrationAttachmentArn

        public void setRegistrationAttachmentArn(String registrationAttachmentArn)

        The Amazon Resource Name (ARN) for the registration attachment.

        Parameters:
        registrationAttachmentArn - The Amazon Resource Name (ARN) for the registration attachment.
      • getRegistrationAttachmentArn

        public String getRegistrationAttachmentArn()

        The Amazon Resource Name (ARN) for the registration attachment.

        Returns:
        The Amazon Resource Name (ARN) for the registration attachment.
      • withRegistrationAttachmentArn

        public CreateRegistrationAttachmentResult withRegistrationAttachmentArn(String registrationAttachmentArn)

        The Amazon Resource Name (ARN) for the registration attachment.

        Parameters:
        registrationAttachmentArn - The Amazon Resource Name (ARN) for the registration attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRegistrationAttachmentId

        public void setRegistrationAttachmentId(String registrationAttachmentId)

        The unique identifier for the registration attachment.

        Parameters:
        registrationAttachmentId - The unique identifier for the registration attachment.
      • getRegistrationAttachmentId

        public String getRegistrationAttachmentId()

        The unique identifier for the registration attachment.

        Returns:
        The unique identifier for the registration attachment.
      • withRegistrationAttachmentId

        public CreateRegistrationAttachmentResult withRegistrationAttachmentId(String registrationAttachmentId)

        The unique identifier for the registration attachment.

        Parameters:
        registrationAttachmentId - The unique identifier for the registration attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAttachmentStatus

        public void setAttachmentStatus(String attachmentStatus)

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Parameters:
        attachmentStatus - The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        See Also:
        AttachmentStatus
      • getAttachmentStatus

        public String getAttachmentStatus()

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Returns:
        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        See Also:
        AttachmentStatus
      • withAttachmentStatus

        public CreateRegistrationAttachmentResult withAttachmentStatus(String attachmentStatus)

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Parameters:
        attachmentStatus - The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

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

        public CreateRegistrationAttachmentResult withAttachmentStatus(AttachmentStatus attachmentStatus)

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Parameters:
        attachmentStatus - The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

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

        public List<Tag> getTags()

        An array of tags (key and value pairs) to associate with the registration attachment.

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

        public void setTags(Collection<Tag> tags)

        An array of tags (key and value pairs) to associate with the registration attachment.

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

        public CreateRegistrationAttachmentResult withTags(Tag... tags)

        An array of tags (key and value pairs) to associate with the registration attachment.

        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 registration attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateRegistrationAttachmentResult withTags(Collection<Tag> tags)

        An array of tags (key and value pairs) to associate with the registration attachment.

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the registration attachment.
        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 registration attachment was created, in UNIX epoch time format.

        Parameters:
        createdTimestamp - The time when the registration attachment was created, in UNIX epoch time format.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        The time when the registration attachment was created, in UNIX epoch time format.

        Returns:
        The time when the registration attachment was created, in UNIX epoch time format.
      • withCreatedTimestamp

        public CreateRegistrationAttachmentResult withCreatedTimestamp(Date createdTimestamp)

        The time when the registration attachment was created, in UNIX epoch time format.

        Parameters:
        createdTimestamp - The time when the registration attachment 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 によって変換されたページ (->オリジナル) /