7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename S3UriT = Aws::String>
50 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
51 template<
typename S3UriT = Aws::String>
84 template<
typename ContentTypeT = Aws::String>
85 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
86 template<
typename ContentTypeT = Aws::String>
92 bool m_s3UriHasBeenSet =
false;
95 bool m_contentTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue