AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
FollowModeScheduleActionStartSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/FollowPoint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API FollowModeScheduleActionStartSettings() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline FollowPoint GetFollowPoint() const { return m_followPoint; }
47 inline bool FollowPointHasBeenSet() const { return m_followPointHasBeenSet; }
48 inline void SetFollowPoint(FollowPoint value) { m_followPointHasBeenSet = true; m_followPoint = value; }
51
53
56 inline const Aws::String& GetReferenceActionName() const { return m_referenceActionName; }
57 inline bool ReferenceActionNameHasBeenSet() const { return m_referenceActionNameHasBeenSet; }
58 template<typename ReferenceActionNameT = Aws::String>
59 void SetReferenceActionName(ReferenceActionNameT&& value) { m_referenceActionNameHasBeenSet = true; m_referenceActionName = std::forward<ReferenceActionNameT>(value); }
60 template<typename ReferenceActionNameT = Aws::String>
61 FollowModeScheduleActionStartSettings& WithReferenceActionName(ReferenceActionNameT&& value) { SetReferenceActionName(std::forward<ReferenceActionNameT>(value)); return *this;}
63 private:
64
65 FollowPoint m_followPoint{FollowPoint::NOT_SET};
66 bool m_followPointHasBeenSet = false;
67
68 Aws::String m_referenceActionName;
69 bool m_referenceActionNameHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace MediaLive
74} // namespace Aws
AWS_MEDIALIVE_API FollowModeScheduleActionStartSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API FollowModeScheduleActionStartSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
FollowModeScheduleActionStartSettings & WithFollowPoint(FollowPoint value)
FollowModeScheduleActionStartSettings & WithReferenceActionName(ReferenceActionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue