7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/VocabularyLanguageCode.h>
44 template<
typename InstanceIdT = Aws::String>
45 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
46 template<
typename InstanceIdT = Aws::String>
70 template<
typename VocabularyIdT = Aws::String>
71 void SetVocabularyId(VocabularyIdT&& value) { m_vocabularyIdHasBeenSet =
true; m_vocabularyId = std::forward<VocabularyIdT>(value); }
72 template<
typename VocabularyIdT = Aws::String>
78 bool m_instanceIdHasBeenSet =
false;
81 bool m_languageCodeHasBeenSet =
false;
84 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