/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about a bot. .See Also:
AWS
* API Reference
The name of the bot.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the bot.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the bot.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the bot.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the bot.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the bot.
*/ inline BotMetadata& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the bot.
*/ inline BotMetadata& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the bot.
*/ inline BotMetadata& WithName(const char* value) { SetName(value); return *this;} /** *A description of the bot.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *A description of the bot.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *A description of the bot.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *A description of the bot.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *A description of the bot.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *A description of the bot.
*/ inline BotMetadata& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *A description of the bot.
*/ inline BotMetadata& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *A description of the bot.
*/ inline BotMetadata& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The status of the bot.
*/ inline const Status& GetStatus() const{ return m_status; } /** *The status of the bot.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the bot.
*/ inline void SetStatus(const Status& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the bot.
*/ inline void SetStatus(Status&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the bot.
*/ inline BotMetadata& WithStatus(const Status& value) { SetStatus(value); return *this;} /** *The status of the bot.
*/ inline BotMetadata& WithStatus(Status&& value) { SetStatus(std::move(value)); return *this;} /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedDate() const{ return m_lastUpdatedDate; } /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline bool LastUpdatedDateHasBeenSet() const { return m_lastUpdatedDateHasBeenSet; } /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline void SetLastUpdatedDate(const Aws::Utils::DateTime& value) { m_lastUpdatedDateHasBeenSet = true; m_lastUpdatedDate = value; } /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline void SetLastUpdatedDate(Aws::Utils::DateTime&& value) { m_lastUpdatedDateHasBeenSet = true; m_lastUpdatedDate = std::move(value); } /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline BotMetadata& WithLastUpdatedDate(const Aws::Utils::DateTime& value) { SetLastUpdatedDate(value); return *this;} /** *The date that the bot was updated. When you create a bot, the creation date * and last updated date are the same.
*/ inline BotMetadata& WithLastUpdatedDate(Aws::Utils::DateTime&& value) { SetLastUpdatedDate(std::move(value)); return *this;} /** *The date that the bot was created.
*/ inline const Aws::Utils::DateTime& GetCreatedDate() const{ return m_createdDate; } /** *The date that the bot was created.
*/ inline bool CreatedDateHasBeenSet() const { return m_createdDateHasBeenSet; } /** *The date that the bot was created.
*/ inline void SetCreatedDate(const Aws::Utils::DateTime& value) { m_createdDateHasBeenSet = true; m_createdDate = value; } /** *The date that the bot was created.
*/ inline void SetCreatedDate(Aws::Utils::DateTime&& value) { m_createdDateHasBeenSet = true; m_createdDate = std::move(value); } /** *The date that the bot was created.
*/ inline BotMetadata& WithCreatedDate(const Aws::Utils::DateTime& value) { SetCreatedDate(value); return *this;} /** *The date that the bot was created.
*/ inline BotMetadata& WithCreatedDate(Aws::Utils::DateTime&& value) { SetCreatedDate(std::move(value)); return *this;} /** *The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.
The version of the bot. For a new bot, the version is always
* $LATEST.