7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/ThumbnailType.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename BodyT = Aws::String>
49 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
50 template<
typename BodyT = Aws::String>
60 template<
typename ContentTypeT = Aws::String>
61 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
62 template<
typename ContentTypeT = Aws::String>
82 template<
typename TimeStampT = Aws::Utils::DateTime>
83 void SetTimeStamp(TimeStampT&& value) { m_timeStampHasBeenSet =
true; m_timeStamp = std::forward<TimeStampT>(value); }
84 template<
typename TimeStampT = Aws::Utils::DateTime>
90 bool m_bodyHasBeenSet =
false;
93 bool m_contentTypeHasBeenSet =
false;
96 bool m_thumbnailTypeHasBeenSet =
false;
99 bool m_timeStampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue