7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/VocabularyState.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename VocabularyArnT = Aws::String>
42 void SetVocabularyArn(VocabularyArnT&& value) { m_vocabularyArnHasBeenSet =
true; m_vocabularyArn = std::forward<VocabularyArnT>(value); }
43 template<
typename VocabularyArnT = Aws::String>
52 template<
typename VocabularyIdT = Aws::String>
53 void SetVocabularyId(VocabularyIdT&& value) { m_vocabularyIdHasBeenSet =
true; m_vocabularyId = std::forward<VocabularyIdT>(value); }
54 template<
typename VocabularyIdT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_vocabularyArnHasBeenSet =
false;
81 bool m_vocabularyIdHasBeenSet =
false;
84 bool m_stateHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
CreateVocabularyResult & WithRequestId(RequestIdT &&value)
AWS_CONNECT_API CreateVocabularyResult()=default
void SetVocabularyArn(VocabularyArnT &&value)
AWS_CONNECT_API CreateVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetVocabularyId() const
VocabularyState GetState() const
CreateVocabularyResult & WithVocabularyArn(VocabularyArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetState(VocabularyState value)
const Aws::String & GetRequestId() const
const Aws::String & GetVocabularyArn() const
CreateVocabularyResult & WithState(VocabularyState value)
AWS_CONNECT_API CreateVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVocabularyId(VocabularyIdT &&value)
CreateVocabularyResult & WithVocabularyId(VocabularyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue