Class UpdateTopicRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the topic that you want to update.

        Returns:
        The ID of the Amazon Web Services account that contains the topic that you want to update.
      • topicId

        public final String topicId()

        The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Returns:
        The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      • topic

        public final TopicDetails topic()

        The definition of the topic that you want to update.

        Returns:
        The definition of the topic that you want to update.
      • 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