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 {
39 template <
typename VocabularyNameT = Aws::String>
41 m_vocabularyNameHasBeenSet =
true;
42 m_vocabularyName = std::forward<VocabularyNameT>(value);
44 template <
typename VocabularyNameT = Aws::String>
59 m_languageCodeHasBeenSet =
true;
60 m_languageCode = value;
76 m_vocabularyStateHasBeenSet =
true;
77 m_vocabularyState = value;
94 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
96 m_lastModifiedTimeHasBeenSet =
true;
97 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
99 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 template <
typename FailureReasonT = Aws::String>
117 m_failureReasonHasBeenSet =
true;
118 m_failureReason = std::forward<FailureReasonT>(value);
120 template <
typename FailureReasonT = Aws::String>
133 template <
typename DownloadUriT = Aws::String>
135 m_downloadUriHasBeenSet =
true;
136 m_downloadUri = std::forward<DownloadUriT>(value);
138 template <
typename DownloadUriT = Aws::String>
148 template <
typename RequestIdT = Aws::String>
150 m_requestIdHasBeenSet =
true;
151 m_requestId = std::forward<RequestIdT>(value);
153 template <
typename RequestIdT = Aws::String>
176 bool m_vocabularyNameHasBeenSet =
false;
177 bool m_languageCodeHasBeenSet =
false;
178 bool m_vocabularyStateHasBeenSet =
false;
179 bool m_lastModifiedTimeHasBeenSet =
false;
180 bool m_failureReasonHasBeenSet =
false;
181 bool m_downloadUriHasBeenSet =
false;
182 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
VocabularyState GetVocabularyState() const
void SetLanguageCode(LanguageCode value)
GetMedicalVocabularyResult & WithLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetMedicalVocabularyResult & WithRequestId(RequestIdT &&value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetDownloadUri() const
GetMedicalVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetFailureReason(FailureReasonT &&value)
LanguageCode GetLanguageCode() const
GetMedicalVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
GetMedicalVocabularyResult & WithVocabularyState(VocabularyState value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult()=default
const Aws::String & GetVocabularyName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetMedicalVocabularyResult & WithFailureReason(FailureReasonT &&value)
GetMedicalVocabularyResult & WithDownloadUri(DownloadUriT &&value)
const Aws::String & GetFailureReason() const
void SetVocabularyName(VocabularyNameT &&value)
void SetDownloadUri(DownloadUriT &&value)
void SetVocabularyState(VocabularyState value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue