Class CancelQueryRequest

    • Method Detail

      • eventDataStore

        @Deprecated
        public final String eventDataStore()
        Deprecated.
        EventDataStore is no longer required by CancelQueryRequest

        The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.

        Returns:
        The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
      • queryId

        public final String queryId()

        The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.

        Returns:
        The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.
      • eventDataStoreOwnerAccountId

        public final String eventDataStoreOwnerAccountId()

        The account ID of the event data store owner.

        Returns:
        The account ID of the event data store owner.
      • 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