Class RegistrationAttachmentsInformation

    • Method Detail

      • registrationAttachmentArn

        public final String registrationAttachmentArn()

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

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

        public final String registrationAttachmentId()

        The unique identifier for the registration attachment.

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

        public final 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..

        If the service returns an enum value that is not available in the current SDK version, attachmentStatus will return AttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from attachmentStatusAsString().

        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
      • attachmentStatusAsString

        public final String attachmentStatusAsString()

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

        If the service returns an enum value that is not available in the current SDK version, attachmentStatus will return AttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from attachmentStatusAsString().

        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
      • createdTimestamp

        public final Instant createdTimestamp()

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)