AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetInputAttachmentNameReference(const Aws::String& value) { m_inputAttachmentNameReferenceHasBeenSet = true; m_inputAttachmentNameReference = value; }
52 inline void SetInputAttachmentNameReference(Aws::String&& value) { m_inputAttachmentNameReferenceHasBeenSet = true; m_inputAttachmentNameReference = std::move(value); }
53 inline void SetInputAttachmentNameReference(const char* value) { m_inputAttachmentNameReferenceHasBeenSet = true; m_inputAttachmentNameReference.assign(value); }
58
60
64 inline const InputClippingSettings& GetInputClippingSettings() const{ return m_inputClippingSettings; }
65 inline bool InputClippingSettingsHasBeenSet() const { return m_inputClippingSettingsHasBeenSet; }
66 inline void SetInputClippingSettings(const InputClippingSettings& value) { m_inputClippingSettingsHasBeenSet = true; m_inputClippingSettings = value; }
67 inline void SetInputClippingSettings(InputClippingSettings&& value) { m_inputClippingSettingsHasBeenSet = true; m_inputClippingSettings = std::move(value); }
71
73
79 inline const Aws::Vector<Aws::String>& GetUrlPath() const{ return m_urlPath; }
80 inline bool UrlPathHasBeenSet() const { return m_urlPathHasBeenSet; }
81 inline void SetUrlPath(const Aws::Vector<Aws::String>& value) { m_urlPathHasBeenSet = true; m_urlPath = value; }
82 inline void SetUrlPath(Aws::Vector<Aws::String>&& value) { m_urlPathHasBeenSet = true; m_urlPath = std::move(value); }
84 inline InputPrepareScheduleActionSettings& WithUrlPath(Aws::Vector<Aws::String>&& value) { SetUrlPath(std::move(value)); return *this;}
85 inline InputPrepareScheduleActionSettings& AddUrlPath(const Aws::String& value) { m_urlPathHasBeenSet = true; m_urlPath.push_back(value); return *this; }
86 inline InputPrepareScheduleActionSettings& AddUrlPath(Aws::String&& value) { m_urlPathHasBeenSet = true; m_urlPath.push_back(std::move(value)); return *this; }
87 inline InputPrepareScheduleActionSettings& AddUrlPath(const char* value) { m_urlPathHasBeenSet = true; m_urlPath.push_back(value); return *this; }
89 private:
90
91 Aws::String m_inputAttachmentNameReference;
92 bool m_inputAttachmentNameReferenceHasBeenSet = false;
93
94 InputClippingSettings m_inputClippingSettings;
95 bool m_inputClippingSettingsHasBeenSet = false;
96
98 bool m_urlPathHasBeenSet = false;
99 };
100
101} // namespace Model
102} // namespace MediaLive
103} // namespace Aws
InputPrepareScheduleActionSettings & WithInputAttachmentNameReference(Aws::String &&value)
InputPrepareScheduleActionSettings & AddUrlPath(const Aws::String &value)
InputPrepareScheduleActionSettings & WithInputClippingSettings(const InputClippingSettings &value)
AWS_MEDIALIVE_API InputPrepareScheduleActionSettings(Aws::Utils::Json::JsonView jsonValue)
InputPrepareScheduleActionSettings & WithUrlPath(Aws::Vector< Aws::String > &&value)
InputPrepareScheduleActionSettings & WithInputAttachmentNameReference(const Aws::String &value)
InputPrepareScheduleActionSettings & WithInputAttachmentNameReference(const char *value)
InputPrepareScheduleActionSettings & AddUrlPath(Aws::String &&value)
AWS_MEDIALIVE_API InputPrepareScheduleActionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
InputPrepareScheduleActionSettings & AddUrlPath(const char *value)
InputPrepareScheduleActionSettings & WithUrlPath(const Aws::Vector< Aws::String > &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
InputPrepareScheduleActionSettings & WithInputClippingSettings(InputClippingSettings &&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