Class PutBotAliasRequest

    • Method Detail

      • name

        public final String name()

        The name of the alias. The name is not case sensitive.

        Returns:
        The name of the alias. The name is not case sensitive.
      • description

        public final String description()

        A description of the alias.

        Returns:
        A description of the alias.
      • botVersion

        public final String botVersion()

        The version of the bot.

        Returns:
        The version of the bot.
      • botName

        public final String botName()

        The name of the bot.

        Returns:
        The name of the bot.
      • checksum

        public final String checksum()

        Identifies a specific revision of the $LATEST version.

        When you create a new bot alias, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

        When you want to update a bot alias, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

        Returns:
        Identifies a specific revision of the $LATEST version.

        When you create a new bot alias, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

        When you want to update a bot alias, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

      • conversationLogs

        public final ConversationLogsRequest conversationLogs()

        Settings for conversation logs for the alias.

        Returns:
        Settings for conversation logs for the alias.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final List<Tag> tags()

        A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the PutBotAlias operation to update the tags on a bot alias. To update tags, use the TagResource operation.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the PutBotAlias operation to update the tags on a bot alias. To update tags, use the TagResource operation.
      • 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