7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/InputClippingSettings.h>
44 template <
typename InputAttachmentNameReferenceT = Aws::String>
46 m_inputAttachmentNameReferenceHasBeenSet =
true;
47 m_inputAttachmentNameReference = std::forward<InputAttachmentNameReferenceT>(value);
49 template <
typename InputAttachmentNameReferenceT = Aws::String>
63 template <
typename InputClippingSettingsT = InputClippingSettings>
65 m_inputClippingSettingsHasBeenSet =
true;
66 m_inputClippingSettings = std::forward<InputClippingSettingsT>(value);
68 template <
typename InputClippingSettingsT = InputClippingSettings>
84 template <
typename UrlPathT = Aws::Vector<Aws::String>>
86 m_urlPathHasBeenSet =
true;
87 m_urlPath = std::forward<UrlPathT>(value);
89 template <
typename UrlPathT = Aws::Vector<Aws::String>>
94 template <
typename UrlPathT = Aws::String>
96 m_urlPathHasBeenSet =
true;
97 m_urlPath.emplace_back(std::forward<UrlPathT>(value));
107 bool m_inputAttachmentNameReferenceHasBeenSet =
false;
108 bool m_inputClippingSettingsHasBeenSet =
false;
109 bool m_urlPathHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue