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;
93 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 m_lastModifiedTimeHasBeenSet =
true;
96 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
98 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 template <
typename FailureReasonT = Aws::String>
116 m_failureReasonHasBeenSet =
true;
117 m_failureReason = std::forward<FailureReasonT>(value);
119 template <
typename FailureReasonT = Aws::String>
129 template <
typename RequestIdT = Aws::String>
131 m_requestIdHasBeenSet =
true;
132 m_requestId = std::forward<RequestIdT>(value);
134 template <
typename RequestIdT = Aws::String>
155 bool m_vocabularyNameHasBeenSet =
false;
156 bool m_languageCodeHasBeenSet =
false;
157 bool m_vocabularyStateHasBeenSet =
false;
158 bool m_lastModifiedTimeHasBeenSet =
false;
159 bool m_failureReasonHasBeenSet =
false;
160 bool m_requestIdHasBeenSet =
false;
CreateMedicalVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_TRANSCRIBESERVICE_API CreateMedicalVocabularyResult()=default
AWS_TRANSCRIBESERVICE_API CreateMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetVocabularyState(VocabularyState value)
CreateMedicalVocabularyResult & WithVocabularyState(VocabularyState value)
VocabularyState GetVocabularyState() const
LanguageCode GetLanguageCode() const
CreateMedicalVocabularyResult & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetFailureReason() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetFailureReason(FailureReasonT &&value)
void SetLanguageCode(LanguageCode value)
const Aws::String & GetRequestId() const
AWS_TRANSCRIBESERVICE_API CreateMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedTime(LastModifiedTimeT &&value)
CreateMedicalVocabularyResult & WithLanguageCode(LanguageCode value)
CreateMedicalVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
const Aws::String & GetVocabularyName() const
CreateMedicalVocabularyResult & WithRequestId(RequestIdT &&value)
void SetVocabularyName(VocabularyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue