7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LexModelBuildingService
34 AWS_LEXMODELBUILDINGSERVICE_API
Intent() =
default;
46 template<
typename IntentNameT = Aws::String>
47 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
48 template<
typename IntentNameT = Aws::String>
58 template<
typename IntentVersionT = Aws::String>
59 void SetIntentVersion(IntentVersionT&& value) { m_intentVersionHasBeenSet =
true; m_intentVersion = std::forward<IntentVersionT>(value); }
60 template<
typename IntentVersionT = Aws::String>
66 bool m_intentNameHasBeenSet =
false;
69 bool m_intentVersionHasBeenSet =
false;
Intent & WithIntentVersion(IntentVersionT &&value)
AWS_LEXMODELBUILDINGSERVICE_API Intent(Aws::Utils::Json::JsonView jsonValue)
Intent & WithIntentName(IntentNameT &&value)
AWS_LEXMODELBUILDINGSERVICE_API Intent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntentNameHasBeenSet() const
void SetIntentName(IntentNameT &&value)
bool IntentVersionHasBeenSet() const
const Aws::String & GetIntentName() const
const Aws::String & GetIntentVersion() const
AWS_LEXMODELBUILDINGSERVICE_API Intent()=default
void SetIntentVersion(IntentVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue