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>
104 template<
typename DownloadUriT = Aws::String>
105 void SetDownloadUri(DownloadUriT&& value) { m_downloadUriHasBeenSet =
true; m_downloadUri = std::forward<DownloadUriT>(value); }
106 template<
typename DownloadUriT = Aws::String>
113 template<
typename RequestIdT = Aws::String>
114 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
115 template<
typename RequestIdT = Aws::String>
121 bool m_vocabularyNameHasBeenSet =
false;
124 bool m_languageCodeHasBeenSet =
false;
127 bool m_vocabularyStateHasBeenSet =
false;
130 bool m_lastModifiedTimeHasBeenSet =
false;
133 bool m_failureReasonHasBeenSet =
false;
136 bool m_downloadUriHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
void SetVocabularyName(VocabularyNameT &&value)
GetVocabularyResult & WithVocabularyState(VocabularyState value)
GetVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
GetVocabularyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVocabularyName() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult()=default
GetVocabularyResult & WithDownloadUri(DownloadUriT &&value)
VocabularyState GetVocabularyState() const
LanguageCode GetLanguageCode() const
const Aws::String & GetFailureReason() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetVocabularyState(VocabularyState value)
void SetFailureReason(FailureReasonT &&value)
GetVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetDownloadUri(DownloadUriT &&value)
const Aws::String & GetRequestId() const
GetVocabularyResult & WithFailureReason(FailureReasonT &&value)
GetVocabularyResult & WithLanguageCode(LanguageCode value)
const Aws::String & GetDownloadUri() const
AWS_TRANSCRIBESERVICE_API GetVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLanguageCode(LanguageCode value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue