7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/transcribe/TranscribeService_EXPORTS.h>
11#include <aws/transcribe/model/LanguageCode.h>
12#include <aws/transcribe/model/VocabularyState.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace TranscribeService {
38 template <
typename VocabularyNameT = Aws::String>
40 m_vocabularyNameHasBeenSet =
true;
41 m_vocabularyName = std::forward<VocabularyNameT>(value);
43 template <
typename VocabularyNameT = Aws::String>
56 m_languageCodeHasBeenSet =
true;
57 m_languageCode = value;
73 m_vocabularyStateHasBeenSet =
true;
74 m_vocabularyState = value;
90 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
92 m_lastModifiedTimeHasBeenSet =
true;
93 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
95 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 template <
typename FailureReasonT = Aws::String>
113 m_failureReasonHasBeenSet =
true;
114 m_failureReason = std::forward<FailureReasonT>(value);
116 template <
typename FailureReasonT = Aws::String>
126 template <
typename RequestIdT = Aws::String>
128 m_requestIdHasBeenSet =
true;
129 m_requestId = std::forward<RequestIdT>(value);
131 template <
typename RequestIdT = Aws::String>
152 bool m_vocabularyNameHasBeenSet =
false;
153 bool m_languageCodeHasBeenSet =
false;
154 bool m_vocabularyStateHasBeenSet =
false;
155 bool m_lastModifiedTimeHasBeenSet =
false;
156 bool m_failureReasonHasBeenSet =
false;
157 bool m_requestIdHasBeenSet =
false;
CreateVocabularyResult & WithVocabularyState(VocabularyState value)
const Aws::String & GetFailureReason() const
CreateVocabularyResult & WithLanguageCode(LanguageCode value)
LanguageCode GetLanguageCode() const
void SetVocabularyState(VocabularyState value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateVocabularyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateVocabularyResult & WithFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetVocabularyName() const
CreateVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetFailureReason(FailureReasonT &&value)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult()=default
VocabularyState GetVocabularyState() const
void SetVocabularyName(VocabularyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue