7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lexv2-runtime/model/RuntimeHintValue.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
83 bool m_runtimeHintValuesHasBeenSet =
false;
86 bool m_subSlotHintsHasBeenSet =
false;
RuntimeHintDetails & AddSubSlotHints(const char *key, RuntimeHintDetails &&value)
void SetRuntimeHintValues(const Aws::Vector< RuntimeHintValue > &value)
bool SubSlotHintsHasBeenSet() const
AWS_LEXRUNTIMEV2_API RuntimeHintDetails()
RuntimeHintDetails & AddSubSlotHints(const Aws::String &key, RuntimeHintDetails &&value)
const Aws::Vector< RuntimeHintValue > & GetRuntimeHintValues() const
RuntimeHintDetails & WithRuntimeHintValues(const Aws::Vector< RuntimeHintValue > &value)
RuntimeHintDetails & WithSubSlotHints(Aws::Map< Aws::String, RuntimeHintDetails > &&value)
void SetSubSlotHints(Aws::Map< Aws::String, RuntimeHintDetails > &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
RuntimeHintDetails & AddSubSlotHints(const Aws::String &key, const RuntimeHintDetails &value)
void SetRuntimeHintValues(Aws::Vector< RuntimeHintValue > &&value)
bool RuntimeHintValuesHasBeenSet() const
RuntimeHintDetails & AddRuntimeHintValues(RuntimeHintValue &&value)
RuntimeHintDetails & AddSubSlotHints(const char *key, const RuntimeHintDetails &value)
RuntimeHintDetails & AddRuntimeHintValues(const RuntimeHintValue &value)
RuntimeHintDetails & AddSubSlotHints(Aws::String &&key, const RuntimeHintDetails &value)
void SetSubSlotHints(const Aws::Map< Aws::String, RuntimeHintDetails > &value)
RuntimeHintDetails & WithSubSlotHints(const Aws::Map< Aws::String, RuntimeHintDetails > &value)
AWS_LEXRUNTIMEV2_API RuntimeHintDetails(Aws::Utils::Json::JsonView jsonValue)
RuntimeHintDetails & AddSubSlotHints(Aws::String &&key, RuntimeHintDetails &&value)
const Aws::Map< Aws::String, RuntimeHintDetails > & GetSubSlotHints() const
AWS_LEXRUNTIMEV2_API RuntimeHintDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
RuntimeHintDetails & WithRuntimeHintValues(Aws::Vector< RuntimeHintValue > &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue