AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const FollowPoint& GetFollowPoint() const{ return m_followPoint; }
47 inline bool FollowPointHasBeenSet() const { return m_followPointHasBeenSet; }
48 inline void SetFollowPoint(const FollowPoint& value) { m_followPointHasBeenSet = true; m_followPoint = value; }
49 inline void SetFollowPoint(FollowPoint&& value) { m_followPointHasBeenSet = true; m_followPoint = std::move(value); }
51 inline FollowModeScheduleActionStartSettings& WithFollowPoint(FollowPoint&& value) { SetFollowPoint(std::move(value)); return *this;}
53
55
58 inline const Aws::String& GetReferenceActionName() const{ return m_referenceActionName; }
59 inline bool ReferenceActionNameHasBeenSet() const { return m_referenceActionNameHasBeenSet; }
60 inline void SetReferenceActionName(const Aws::String& value) { m_referenceActionNameHasBeenSet = true; m_referenceActionName = value; }
61 inline void SetReferenceActionName(Aws::String&& value) { m_referenceActionNameHasBeenSet = true; m_referenceActionName = std::move(value); }
62 inline void SetReferenceActionName(const char* value) { m_referenceActionNameHasBeenSet = true; m_referenceActionName.assign(value); }
67 private:
68
69 FollowPoint m_followPoint;
70 bool m_followPointHasBeenSet = false;
71
72 Aws::String m_referenceActionName;
73 bool m_referenceActionNameHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MediaLive
78} // namespace Aws
AWS_MEDIALIVE_API FollowModeScheduleActionStartSettings(Aws::Utils::Json::JsonView jsonValue)
FollowModeScheduleActionStartSettings & WithReferenceActionName(Aws::String &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API FollowModeScheduleActionStartSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
FollowModeScheduleActionStartSettings & WithReferenceActionName(const char *value)
FollowModeScheduleActionStartSettings & WithFollowPoint(const FollowPoint &value)
FollowModeScheduleActionStartSettings & WithFollowPoint(FollowPoint &&value)
FollowModeScheduleActionStartSettings & WithReferenceActionName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue