7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/VocabularyLanguageCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
66 m_languageCodeHasBeenSet =
true;
67 m_languageCode = value;
81 template <
typename VocabularyIdT = Aws::String>
83 m_vocabularyIdHasBeenSet =
true;
84 m_vocabularyId = std::forward<VocabularyIdT>(value);
86 template <
typename VocabularyIdT = Aws::String>
99 template <
typename VocabularyNameT = Aws::String>
101 m_vocabularyNameHasBeenSet =
true;
102 m_vocabularyName = std::forward<VocabularyNameT>(value);
104 template <
typename VocabularyNameT = Aws::String>
118 bool m_instanceIdHasBeenSet =
false;
119 bool m_languageCodeHasBeenSet =
false;
120 bool m_vocabularyIdHasBeenSet =
false;
121 bool m_vocabularyNameHasBeenSet =
false;
void SetLanguageCode(VocabularyLanguageCode value)
void SetVocabularyName(VocabularyNameT &&value)
DefaultVocabulary & WithVocabularyId(VocabularyIdT &&value)
DefaultVocabulary & WithVocabularyName(VocabularyNameT &&value)
bool InstanceIdHasBeenSet() const
bool LanguageCodeHasBeenSet() const
const Aws::String & GetVocabularyName() const
void SetVocabularyId(VocabularyIdT &&value)
DefaultVocabulary & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API DefaultVocabulary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInstanceId() const
AWS_CONNECT_API DefaultVocabulary & operator=(Aws::Utils::Json::JsonView jsonValue)
VocabularyLanguageCode GetLanguageCode() const
bool VocabularyIdHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVocabularyId() const
DefaultVocabulary & WithLanguageCode(VocabularyLanguageCode value)
AWS_CONNECT_API DefaultVocabulary()=default
bool VocabularyNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue