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>
129 template <
typename DownloadUriT = Aws::String>
131 m_downloadUriHasBeenSet =
true;
132 m_downloadUri = std::forward<DownloadUriT>(value);
134 template <
typename DownloadUriT = Aws::String>
144 template <
typename RequestIdT = Aws::String>
146 m_requestIdHasBeenSet =
true;
147 m_requestId = std::forward<RequestIdT>(value);
149 template <
typename RequestIdT = Aws::String>
172 bool m_vocabularyNameHasBeenSet =
false;
173 bool m_languageCodeHasBeenSet =
false;
174 bool m_vocabularyStateHasBeenSet =
false;
175 bool m_lastModifiedTimeHasBeenSet =
false;
176 bool m_failureReasonHasBeenSet =
false;
177 bool m_downloadUriHasBeenSet =
false;
178 bool m_requestIdHasBeenSet =
false;
void SetVocabularyName(VocabularyNameT &&value)
GetVocabularyResult & WithVocabularyState(VocabularyState value)
GetVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
GetVocabularyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVocabularyName() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult()=default
GetVocabularyResult & WithDownloadUri(DownloadUriT &&value)
VocabularyState GetVocabularyState() const
LanguageCode GetLanguageCode() const
const Aws::String & GetFailureReason() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetVocabularyState(VocabularyState value)
void SetFailureReason(FailureReasonT &&value)
GetVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetDownloadUri(DownloadUriT &&value)
const Aws::String & GetRequestId() const
GetVocabularyResult & WithFailureReason(FailureReasonT &&value)
GetVocabularyResult & WithLanguageCode(LanguageCode value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDownloadUri() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLanguageCode(LanguageCode value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue