7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/LanguageCode.h>
10#include <aws/transcribe/model/VocabularyState.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace TranscribeService
44 template<
typename VocabularyNameT = Aws::String>
45 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
46 template<
typename VocabularyNameT = Aws::String>
81 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
82 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
83 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
96 template<
typename FailureReasonT = Aws::String>
97 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
98 template<
typename FailureReasonT = Aws::String>
108 template<
typename DownloadUriT = Aws::String>
109 void SetDownloadUri(DownloadUriT&& value) { m_downloadUriHasBeenSet =
true; m_downloadUri = std::forward<DownloadUriT>(value); }
110 template<
typename DownloadUriT = Aws::String>
117 template<
typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
119 template<
typename RequestIdT = Aws::String>
125 bool m_vocabularyNameHasBeenSet =
false;
128 bool m_languageCodeHasBeenSet =
false;
131 bool m_vocabularyStateHasBeenSet =
false;
134 bool m_lastModifiedTimeHasBeenSet =
false;
137 bool m_failureReasonHasBeenSet =
false;
140 bool m_downloadUriHasBeenSet =
false;
143 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
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