7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename DestinationQueueT = Aws::String>
49 void SetDestinationQueue(DestinationQueueT&& value) { m_destinationQueueHasBeenSet =
true; m_destinationQueue = std::forward<DestinationQueueT>(value); }
50 template<
typename DestinationQueueT = Aws::String>
60 template<
typename SourceQueueT = Aws::String>
61 void SetSourceQueue(SourceQueueT&& value) { m_sourceQueueHasBeenSet =
true; m_sourceQueue = std::forward<SourceQueueT>(value); }
62 template<
typename SourceQueueT = Aws::String>
73 template<
typename TimestampT = Aws::Utils::DateTime>
74 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
75 template<
typename TimestampT = Aws::Utils::DateTime>
81 bool m_destinationQueueHasBeenSet =
false;
84 bool m_sourceQueueHasBeenSet =
false;
87 bool m_timestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue