7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/AnalyticsNodeType.h>
50 inline void SetIntentName(
const char* value) { m_intentNameHasBeenSet =
true; m_intentName.assign(value); }
64 inline void SetIntentPath(
const char* value) { m_intentPathHasBeenSet =
true; m_intentPath.assign(value); }
77 inline void SetIntentCount(
int value) { m_intentCountHasBeenSet =
true; m_intentCount = value; }
87 inline void SetIntentLevel(
int value) { m_intentLevelHasBeenSet =
true; m_intentLevel = value; }
106 bool m_intentNameHasBeenSet =
false;
109 bool m_intentPathHasBeenSet =
false;
112 bool m_intentCountHasBeenSet =
false;
115 bool m_intentLevelHasBeenSet =
false;
118 bool m_nodeTypeHasBeenSet =
false;
AnalyticsIntentNodeSummary & WithIntentName(const char *value)
const Aws::String & GetIntentPath() const
AnalyticsIntentNodeSummary & WithIntentPath(Aws::String &&value)
const AnalyticsNodeType & GetNodeType() const
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIntentPath(const char *value)
void SetIntentPath(Aws::String &&value)
bool IntentNameHasBeenSet() const
AnalyticsIntentNodeSummary & WithIntentName(const Aws::String &value)
void SetNodeType(const AnalyticsNodeType &value)
bool IntentLevelHasBeenSet() const
AnalyticsIntentNodeSummary & WithNodeType(AnalyticsNodeType &&value)
void SetIntentName(const Aws::String &value)
int GetIntentCount() const
void SetIntentPath(const Aws::String &value)
AnalyticsIntentNodeSummary & WithIntentCount(int value)
AnalyticsIntentNodeSummary & WithIntentName(Aws::String &&value)
bool NodeTypeHasBeenSet() const
AnalyticsIntentNodeSummary & WithIntentPath(const char *value)
int GetIntentLevel() const
void SetIntentCount(int value)
AnalyticsIntentNodeSummary & WithIntentLevel(int value)
void SetIntentLevel(int value)
bool IntentCountHasBeenSet() const
bool IntentPathHasBeenSet() const
void SetIntentName(Aws::String &&value)
const Aws::String & GetIntentName() const
void SetNodeType(AnalyticsNodeType &&value)
AnalyticsIntentNodeSummary & WithIntentPath(const Aws::String &value)
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AnalyticsIntentNodeSummary & WithNodeType(const AnalyticsNodeType &value)
void SetIntentName(const char *value)
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue