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
43 template<
typename VocabularyNameT = Aws::String>
44 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
45 template<
typename VocabularyNameT = Aws::String>
79 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
80 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
81 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
94 template<
typename FailureReasonT = Aws::String>
95 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
96 template<
typename FailureReasonT = Aws::String>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_vocabularyNameHasBeenSet =
false;
114 bool m_languageCodeHasBeenSet =
false;
117 bool m_vocabularyStateHasBeenSet =
false;
120 bool m_lastModifiedTimeHasBeenSet =
false;
123 bool m_failureReasonHasBeenSet =
false;
126 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
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