7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/VocabularyLanguageCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
62 m_languageCodeHasBeenSet =
true;
63 m_languageCode = value;
78 template <
typename VocabularyIdT = Aws::String>
80 m_vocabularyIdHasBeenSet =
true;
81 m_vocabularyId = std::forward<VocabularyIdT>(value);
83 template <
typename VocabularyIdT = Aws::String>
95 bool m_instanceIdHasBeenSet =
false;
96 bool m_languageCodeHasBeenSet =
false;
97 bool m_vocabularyIdHasBeenSet =
false;
AssociateDefaultVocabularyRequest & WithLanguageCode(VocabularyLanguageCode value)
AssociateDefaultVocabularyRequest & WithVocabularyId(VocabularyIdT &&value)
bool InstanceIdHasBeenSet() const
AWS_CONNECT_API AssociateDefaultVocabularyRequest()=default
AWS_CONNECT_API Aws::String SerializePayload() const override
bool LanguageCodeHasBeenSet() const
const Aws::String & GetInstanceId() const
AssociateDefaultVocabularyRequest & WithInstanceId(InstanceIdT &&value)
VocabularyLanguageCode GetLanguageCode() const
void SetLanguageCode(VocabularyLanguageCode value)
const Aws::String & GetVocabularyId() const
virtual const char * GetServiceRequestName() const override
void SetInstanceId(InstanceIdT &&value)
void SetVocabularyId(VocabularyIdT &&value)
bool VocabularyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String