AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
InputPrepareScheduleActionSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputClippingSettings.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace MediaLive
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_MEDIALIVE_API InputPrepareScheduleActionSettings() = default;
40 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const Aws::String& GetInputAttachmentNameReference() const { return m_inputAttachmentNameReference; }
50 inline bool InputAttachmentNameReferenceHasBeenSet() const { return m_inputAttachmentNameReferenceHasBeenSet; }
51 template<typename InputAttachmentNameReferenceT = Aws::String>
52 void SetInputAttachmentNameReference(InputAttachmentNameReferenceT&& value) { m_inputAttachmentNameReferenceHasBeenSet = true; m_inputAttachmentNameReference = std::forward<InputAttachmentNameReferenceT>(value); }
53 template<typename InputAttachmentNameReferenceT = Aws::String>
54 InputPrepareScheduleActionSettings& WithInputAttachmentNameReference(InputAttachmentNameReferenceT&& value) { SetInputAttachmentNameReference(std::forward<InputAttachmentNameReferenceT>(value)); return *this;}
56
58
62 inline const InputClippingSettings& GetInputClippingSettings() const { return m_inputClippingSettings; }
63 inline bool InputClippingSettingsHasBeenSet() const { return m_inputClippingSettingsHasBeenSet; }
64 template<typename InputClippingSettingsT = InputClippingSettings>
65 void SetInputClippingSettings(InputClippingSettingsT&& value) { m_inputClippingSettingsHasBeenSet = true; m_inputClippingSettings = std::forward<InputClippingSettingsT>(value); }
66 template<typename InputClippingSettingsT = InputClippingSettings>
67 InputPrepareScheduleActionSettings& WithInputClippingSettings(InputClippingSettingsT&& value) { SetInputClippingSettings(std::forward<InputClippingSettingsT>(value)); return *this;}
69
71
77 inline const Aws::Vector<Aws::String>& GetUrlPath() const { return m_urlPath; }
78 inline bool UrlPathHasBeenSet() const { return m_urlPathHasBeenSet; }
79 template<typename UrlPathT = Aws::Vector<Aws::String>>
80 void SetUrlPath(UrlPathT&& value) { m_urlPathHasBeenSet = true; m_urlPath = std::forward<UrlPathT>(value); }
81 template<typename UrlPathT = Aws::Vector<Aws::String>>
82 InputPrepareScheduleActionSettings& WithUrlPath(UrlPathT&& value) { SetUrlPath(std::forward<UrlPathT>(value)); return *this;}
83 template<typename UrlPathT = Aws::String>
84 InputPrepareScheduleActionSettings& AddUrlPath(UrlPathT&& value) { m_urlPathHasBeenSet = true; m_urlPath.emplace_back(std::forward<UrlPathT>(value)); return *this; }
86 private:
87
88 Aws::String m_inputAttachmentNameReference;
89 bool m_inputAttachmentNameReferenceHasBeenSet = false;
90
91 InputClippingSettings m_inputClippingSettings;
92 bool m_inputClippingSettingsHasBeenSet = false;
93
95 bool m_urlPathHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace MediaLive
100} // namespace Aws
InputPrepareScheduleActionSettings & AddUrlPath(UrlPathT &&value)
InputPrepareScheduleActionSettings & WithInputClippingSettings(InputClippingSettingsT &&value)
AWS_MEDIALIVE_API InputPrepareScheduleActionSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API InputPrepareScheduleActionSettings()=default
void SetInputAttachmentNameReference(InputAttachmentNameReferenceT &&value)
AWS_MEDIALIVE_API InputPrepareScheduleActionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
InputPrepareScheduleActionSettings & WithInputAttachmentNameReference(InputAttachmentNameReferenceT &&value)
InputPrepareScheduleActionSettings & WithUrlPath(UrlPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue