Class UpdateTopicResponse

    • Method Detail

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

        public final String arn()

        The Amazon Resource Name (ARN) of the topic.

        Returns:
        The Amazon Resource Name (ARN) of the topic.
      • refreshArn

        public final String refreshArn()

        The Amazon Resource Name (ARN) of the topic refresh.

        Returns:
        The Amazon Resource Name (ARN) of the topic refresh.
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the request.
      • 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