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 {
42 template <
typename DestinationQueueT = Aws::String>
44 m_destinationQueueHasBeenSet =
true;
45 m_destinationQueue = std::forward<DestinationQueueT>(value);
47 template <
typename DestinationQueueT = Aws::String>
60 template <
typename SourceQueueT = Aws::String>
62 m_sourceQueueHasBeenSet =
true;
63 m_sourceQueue = std::forward<SourceQueueT>(value);
65 template <
typename SourceQueueT = Aws::String>
79 template <
typename TimestampT = Aws::Utils::DateTime>
81 m_timestampHasBeenSet =
true;
82 m_timestamp = std::forward<TimestampT>(value);
84 template <
typename TimestampT = Aws::Utils::DateTime>
96 bool m_destinationQueueHasBeenSet =
false;
97 bool m_sourceQueueHasBeenSet =
false;
98 bool m_timestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue