/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the identity of a the bot that was exported.See
* Also:
AWS
* API Reference
The identifier of the bot assigned by Amazon Lex.
*/ inline const Aws::String& GetBotId() const{ return m_botId; } /** *The identifier of the bot assigned by Amazon Lex.
*/ inline bool BotIdHasBeenSet() const { return m_botIdHasBeenSet; } /** *The identifier of the bot assigned by Amazon Lex.
*/ inline void SetBotId(const Aws::String& value) { m_botIdHasBeenSet = true; m_botId = value; } /** *The identifier of the bot assigned by Amazon Lex.
*/ inline void SetBotId(Aws::String&& value) { m_botIdHasBeenSet = true; m_botId = std::move(value); } /** *The identifier of the bot assigned by Amazon Lex.
*/ inline void SetBotId(const char* value) { m_botIdHasBeenSet = true; m_botId.assign(value); } /** *The identifier of the bot assigned by Amazon Lex.
*/ inline BotExportSpecification& WithBotId(const Aws::String& value) { SetBotId(value); return *this;} /** *The identifier of the bot assigned by Amazon Lex.
*/ inline BotExportSpecification& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;} /** *The identifier of the bot assigned by Amazon Lex.
*/ inline BotExportSpecification& WithBotId(const char* value) { SetBotId(value); return *this;} /** *The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.
The version of the bot that was exported. This will be either
* DRAFT
or the version number.