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