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>
45 template <
typename InputAttachmentNameReferenceT = Aws::String>
47 m_inputAttachmentNameReferenceHasBeenSet =
true;
48 m_inputAttachmentNameReference = std::forward<InputAttachmentNameReferenceT>(value);
50 template <
typename InputAttachmentNameReferenceT = Aws::String>
64 template <
typename InputClippingSettingsT = InputClippingSettings>
66 m_inputClippingSettingsHasBeenSet =
true;
67 m_inputClippingSettings = std::forward<InputClippingSettingsT>(value);
69 template <
typename InputClippingSettingsT = InputClippingSettings>
85 template <
typename UrlPathT = Aws::Vector<Aws::String>>
87 m_urlPathHasBeenSet =
true;
88 m_urlPath = std::forward<UrlPathT>(value);
90 template <
typename UrlPathT = Aws::Vector<Aws::String>>
95 template <
typename UrlPathT = Aws::String>
97 m_urlPathHasBeenSet =
true;
98 m_urlPath.emplace_back(std::forward<UrlPathT>(value));
108 bool m_inputAttachmentNameReferenceHasBeenSet =
false;
109 bool m_inputClippingSettingsHasBeenSet =
false;
110 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