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>
77 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
78 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
79 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
92 template<
typename FailureReasonT = Aws::String>
93 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
94 template<
typename FailureReasonT = Aws::String>
101 template<
typename RequestIdT = Aws::String>
102 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
103 template<
typename RequestIdT = Aws::String>
109 bool m_vocabularyNameHasBeenSet =
false;
112 bool m_languageCodeHasBeenSet =
false;
115 bool m_vocabularyStateHasBeenSet =
false;
118 bool m_lastModifiedTimeHasBeenSet =
false;
121 bool m_failureReasonHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
CreateVocabularyResult & WithVocabularyState(VocabularyState value)
const Aws::String & GetFailureReason() const
CreateVocabularyResult & WithLanguageCode(LanguageCode value)
LanguageCode GetLanguageCode() const
void SetVocabularyState(VocabularyState value)
CreateVocabularyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateVocabularyResult & WithFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetVocabularyName() const
CreateVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetFailureReason(FailureReasonT &&value)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSCRIBESERVICE_API CreateVocabularyResult()=default
VocabularyState GetVocabularyState() const
void SetVocabularyName(VocabularyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue