Class DeleteKeywordResponse

    • Method Detail

      • originationIdentityArn

        public final String originationIdentityArn()

        The PhoneNumberArn or PoolArn that the keyword was associated with.

        Returns:
        The PhoneNumberArn or PoolArn that the keyword was associated with.
      • originationIdentity

        public final String originationIdentity()

        The PhoneNumberId or PoolId that the keyword was associated with.

        Returns:
        The PhoneNumberId or PoolId that the keyword was associated with.
      • keyword

        public final String keyword()

        The keyword that was deleted.

        Returns:
        The keyword that was deleted.
      • keywordMessage

        public final String keywordMessage()

        The message that was associated with the deleted keyword.

        Returns:
        The message that was associated with the deleted keyword.
      • keywordAction

        public final KeywordAction keywordAction()

        The action that was associated with the deleted keyword.

        If the service returns an enum value that is not available in the current SDK version, keywordAction will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from keywordActionAsString().

        Returns:
        The action that was associated with the deleted keyword.
        See Also:
        KeywordAction
      • keywordActionAsString

        public final String keywordActionAsString()

        The action that was associated with the deleted keyword.

        If the service returns an enum value that is not available in the current SDK version, keywordAction will return KeywordAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from keywordActionAsString().

        Returns:
        The action that was associated with the deleted keyword.
        See Also:
        KeywordAction
      • 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