AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateProgramScheduleConfiguration.h
1
6#pragma once
7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/ClipRange.h>
9#include <aws/mediatailor/model/UpdateProgramTransition.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 MediaTailor
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ClipRange& GetClipRange() const{ return m_clipRange; }
46 inline bool ClipRangeHasBeenSet() const { return m_clipRangeHasBeenSet; }
47 inline void SetClipRange(const ClipRange& value) { m_clipRangeHasBeenSet = true; m_clipRange = value; }
48 inline void SetClipRange(ClipRange&& value) { m_clipRangeHasBeenSet = true; m_clipRange = std::move(value); }
49 inline UpdateProgramScheduleConfiguration& WithClipRange(const ClipRange& value) { SetClipRange(value); return *this;}
50 inline UpdateProgramScheduleConfiguration& WithClipRange(ClipRange&& value) { SetClipRange(std::move(value)); return *this;}
52
54
57 inline const UpdateProgramTransition& GetTransition() const{ return m_transition; }
58 inline bool TransitionHasBeenSet() const { return m_transitionHasBeenSet; }
59 inline void SetTransition(const UpdateProgramTransition& value) { m_transitionHasBeenSet = true; m_transition = value; }
60 inline void SetTransition(UpdateProgramTransition&& value) { m_transitionHasBeenSet = true; m_transition = std::move(value); }
64 private:
65
66 ClipRange m_clipRange;
67 bool m_clipRangeHasBeenSet = false;
68
69 UpdateProgramTransition m_transition;
70 bool m_transitionHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MediaTailor
75} // namespace Aws
UpdateProgramScheduleConfiguration & WithClipRange(ClipRange &&value)
AWS_MEDIATAILOR_API UpdateProgramScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
UpdateProgramScheduleConfiguration & WithTransition(const UpdateProgramTransition &value)
UpdateProgramScheduleConfiguration & WithTransition(UpdateProgramTransition &&value)
AWS_MEDIATAILOR_API UpdateProgramScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateProgramScheduleConfiguration & WithClipRange(const ClipRange &value)
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue