7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/TamsGapHandling.h>
20namespace MediaConvert {
58 template <
typename AuthConnectionArnT = Aws::String>
60 m_authConnectionArnHasBeenSet =
true;
61 m_authConnectionArn = std::forward<AuthConnectionArnT>(value);
63 template <
typename AuthConnectionArnT = Aws::String>
85 m_gapHandlingHasBeenSet =
true;
86 m_gapHandling = value;
107 template <
typename SourceIdT = Aws::String>
109 m_sourceIdHasBeenSet =
true;
110 m_sourceId = std::forward<SourceIdT>(value);
112 template <
typename SourceIdT = Aws::String>
130 template <
typename TimerangeT = Aws::String>
132 m_timerangeHasBeenSet =
true;
133 m_timerange = std::forward<TimerangeT>(value);
135 template <
typename TimerangeT = Aws::String>
149 bool m_authConnectionArnHasBeenSet =
false;
150 bool m_gapHandlingHasBeenSet =
false;
151 bool m_sourceIdHasBeenSet =
false;
152 bool m_timerangeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue