7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/TamsGapHandling.h>
63 template<
typename AuthConnectionArnT = Aws::String>
64 void SetAuthConnectionArn(AuthConnectionArnT&& value) { m_authConnectionArnHasBeenSet =
true; m_authConnectionArn = std::forward<AuthConnectionArnT>(value); }
65 template<
typename AuthConnectionArnT = Aws::String>
100 template<
typename SourceIdT = Aws::String>
101 void SetSourceId(SourceIdT&& value) { m_sourceIdHasBeenSet =
true; m_sourceId = std::forward<SourceIdT>(value); }
102 template<
typename SourceIdT = Aws::String>
117 template<
typename TimerangeT = Aws::String>
118 void SetTimerange(TimerangeT&& value) { m_timerangeHasBeenSet =
true; m_timerange = std::forward<TimerangeT>(value); }
119 template<
typename TimerangeT = Aws::String>
125 bool m_authConnectionArnHasBeenSet =
false;
128 bool m_gapHandlingHasBeenSet =
false;
131 bool m_sourceIdHasBeenSet =
false;
134 bool m_timerangeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue