Class DeleteTopicResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the topic.

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

        public final String topicId()

        The ID of the topic that you want to delete. 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 delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      • 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