Class PutKeywordResponse

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

        Returns:
        The keyword that was added.
      • keywordMessage

        public final String keywordMessage()

        The message associated with the keyword.

        Returns:
        The message associated with the keyword.
      • keywordActionAsString

        public final String keywordActionAsString()

        The action to perform when the keyword is used.

        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 to perform when the keyword is used.
        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