7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename LexRegionT = Aws::String>
59 void SetLexRegion(LexRegionT&& value) { m_lexRegionHasBeenSet =
true; m_lexRegion = std::forward<LexRegionT>(value); }
60 template<
typename LexRegionT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 bool m_lexRegionHasBeenSet =
false;
void SetLexRegion(LexRegionT &&value)
LexBot & WithName(NameT &&value)
const Aws::String & GetName() const
bool LexRegionHasBeenSet() const
AWS_CONNECT_API LexBot()=default
AWS_CONNECT_API LexBot(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLexRegion() const
AWS_CONNECT_API LexBot & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
LexBot & WithLexRegion(LexRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue