7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribe/TranscribeService_EXPORTS.h>
19namespace TranscribeService {
33 AWS_TRANSCRIBESERVICE_API
Media() =
default;
50 template <
typename MediaFileUriT = Aws::String>
52 m_mediaFileUriHasBeenSet =
true;
53 m_mediaFileUri = std::forward<MediaFileUriT>(value);
55 template <
typename MediaFileUriT = Aws::String>
76 template <
typename RedactedMediaFileUriT = Aws::String>
78 m_redactedMediaFileUriHasBeenSet =
true;
79 m_redactedMediaFileUri = std::forward<RedactedMediaFileUriT>(value);
81 template <
typename RedactedMediaFileUriT = Aws::String>
91 bool m_mediaFileUriHasBeenSet =
false;
92 bool m_redactedMediaFileUriHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue