7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/lexv2-models/model/InputContext.h>
12#include <aws/lexv2-models/model/OutputContext.h>
54 inline void SetIntentId(
const char* value) { m_intentIdHasBeenSet =
true; m_intentId.assign(value); }
68 inline void SetIntentName(
const char* value) { m_intentNameHasBeenSet =
true; m_intentName.assign(value); }
82 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
97 inline void SetParentIntentSignature(
const char* value) { m_parentIntentSignatureHasBeenSet =
true; m_parentIntentSignature.assign(value); }
146 bool m_intentIdHasBeenSet =
false;
149 bool m_intentNameHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_parentIntentSignatureHasBeenSet =
false;
158 bool m_inputContextsHasBeenSet =
false;
161 bool m_outputContextsHasBeenSet =
false;
164 bool m_lastUpdatedDateTimeHasBeenSet =
false;
IntentSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
IntentSummary & WithIntentId(const Aws::String &value)
IntentSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
AWS_LEXMODELSV2_API IntentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetOutputContexts(const Aws::Vector< OutputContext > &value)
bool IntentNameHasBeenSet() const
const Aws::String & GetIntentName() const
bool DescriptionHasBeenSet() const
AWS_LEXMODELSV2_API IntentSummary()
bool LastUpdatedDateTimeHasBeenSet() const
void SetIntentId(const char *value)
IntentSummary & WithOutputContexts(const Aws::Vector< OutputContext > &value)
const Aws::String & GetIntentId() const
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
bool OutputContextsHasBeenSet() const
void SetParentIntentSignature(const char *value)
void SetDescription(const Aws::String &value)
void SetIntentId(Aws::String &&value)
const Aws::Vector< OutputContext > & GetOutputContexts() const
bool IntentIdHasBeenSet() const
IntentSummary & WithIntentName(const Aws::String &value)
IntentSummary & WithIntentName(const char *value)
IntentSummary & WithInputContexts(const Aws::Vector< InputContext > &value)
bool ParentIntentSignatureHasBeenSet() const
AWS_LEXMODELSV2_API IntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentSummary & WithParentIntentSignature(const char *value)
IntentSummary & WithIntentName(Aws::String &&value)
void SetInputContexts(const Aws::Vector< InputContext > &value)
void SetIntentName(const Aws::String &value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
IntentSummary & WithIntentId(const char *value)
void SetIntentName(const char *value)
IntentSummary & AddInputContexts(InputContext &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
IntentSummary & WithIntentId(Aws::String &&value)
void SetDescription(Aws::String &&value)
IntentSummary & WithInputContexts(Aws::Vector< InputContext > &&value)
IntentSummary & WithOutputContexts(Aws::Vector< OutputContext > &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParentIntentSignature(const Aws::String &value)
IntentSummary & AddOutputContexts(OutputContext &&value)
const Aws::String & GetParentIntentSignature() const
IntentSummary & WithDescription(const Aws::String &value)
void SetOutputContexts(Aws::Vector< OutputContext > &&value)
const Aws::Vector< InputContext > & GetInputContexts() const
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
IntentSummary & AddInputContexts(const InputContext &value)
IntentSummary & AddOutputContexts(const OutputContext &value)
void SetParentIntentSignature(Aws::String &&value)
IntentSummary & WithParentIntentSignature(Aws::String &&value)
void SetInputContexts(Aws::Vector< InputContext > &&value)
IntentSummary & WithParentIntentSignature(const Aws::String &value)
void SetIntentId(const Aws::String &value)
IntentSummary & WithDescription(const char *value)
IntentSummary & WithDescription(Aws::String &&value)
void SetIntentName(Aws::String &&value)
bool InputContextsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue