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;
DeleteVocabularyResult & WithRequestId(RequestIdT &&value)
DeleteVocabularyResult & WithVocabularyArn(VocabularyArnT &&value)
DeleteVocabularyResult & WithVocabularyId(VocabularyIdT &&value)
void SetVocabularyArn(VocabularyArnT &&value)
const Aws::String & GetVocabularyId() const
void SetVocabularyId(VocabularyIdT &&value)
AWS_CONNECT_API DeleteVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API DeleteVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetState(VocabularyState value)
DeleteVocabularyResult & WithState(VocabularyState value)
const Aws::String & GetRequestId() const
AWS_CONNECT_API DeleteVocabularyResult()=default
const Aws::String & GetVocabularyArn() const
VocabularyState GetState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue