7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/ThumbnailType.h>
42 template <
typename BodyT = Aws::String>
44 m_bodyHasBeenSet =
true;
45 m_body = std::forward<BodyT>(value);
47 template <
typename BodyT = Aws::String>
49 SetBody(std::forward<BodyT>(value));
60 template <
typename ContentTypeT = Aws::String>
62 m_contentTypeHasBeenSet =
true;
63 m_contentType = std::forward<ContentTypeT>(value);
65 template <
typename ContentTypeT = Aws::String>
79 m_thumbnailTypeHasBeenSet =
true;
80 m_thumbnailType = value;
94 template <
typename TimeStampT = Aws::Utils::DateTime>
96 m_timeStampHasBeenSet =
true;
97 m_timeStamp = std::forward<TimeStampT>(value);
99 template <
typename TimeStampT = Aws::Utils::DateTime>
113 bool m_bodyHasBeenSet =
false;
114 bool m_contentTypeHasBeenSet =
false;
115 bool m_thumbnailTypeHasBeenSet =
false;
116 bool m_timeStampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue