7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
20namespace MediaConvert {
41 template <
typename ETagT = Aws::String>
43 m_eTagHasBeenSet =
true;
44 m_eTag = std::forward<ETagT>(value);
46 template <
typename ETagT = Aws::String>
48 SetETag(std::forward<ETagT>(value));
60 m_fileSizeHasBeenSet =
true;
75 template <
typename LastModifiedT = Aws::Utils::DateTime>
77 m_lastModifiedHasBeenSet =
true;
78 m_lastModified = std::forward<LastModifiedT>(value);
80 template <
typename LastModifiedT = Aws::Utils::DateTime>
93 template <
typename MimeTypeT = Aws::String>
95 m_mimeTypeHasBeenSet =
true;
96 m_mimeType = std::forward<MimeTypeT>(value);
98 template <
typename MimeTypeT = Aws::String>
107 long long m_fileSize{0};
112 bool m_eTagHasBeenSet =
false;
113 bool m_fileSizeHasBeenSet =
false;
114 bool m_lastModifiedHasBeenSet =
false;
115 bool m_mimeTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue