7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/VocabularyLanguageCode.h>
50 template<
typename InstanceIdT = Aws::String>
51 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
52 template<
typename InstanceIdT = Aws::String>
75 template<
typename VocabularyIdT = Aws::String>
76 void SetVocabularyId(VocabularyIdT&& value) { m_vocabularyIdHasBeenSet =
true; m_vocabularyId = std::forward<VocabularyIdT>(value); }
77 template<
typename VocabularyIdT = Aws::String>
87 template<
typename VocabularyNameT = Aws::String>
88 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
89 template<
typename VocabularyNameT = Aws::String>
95 bool m_instanceIdHasBeenSet =
false;
98 bool m_languageCodeHasBeenSet =
false;
101 bool m_vocabularyIdHasBeenSet =
false;
104 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