Class PublishResponse

    • Method Detail

      • messageId

        public final String messageId()

        Unique identifier assigned to the published message.

        Length Constraint: Maximum 100 characters

        Returns:
        Unique identifier assigned to the published message.

        Length Constraint: Maximum 100 characters

      • sequenceNumber

        public final String sequenceNumber()

        This response element applies only to FIFO (first-in-first-out) topics.

        The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.

        Returns:
        This response element applies only to FIFO (first-in-first-out) topics.

        The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.

      • 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