AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MotionGraphicsActivateScheduleActionSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline long long GetDuration() const{ return m_duration; }
48 inline bool DurationHasBeenSet() const { return m_durationHasBeenSet; }
49 inline void SetDuration(long long value) { m_durationHasBeenSet = true; m_duration = value; }
50 inline MotionGraphicsActivateScheduleActionSettings& WithDuration(long long value) { SetDuration(value); return *this;}
52
54
57 inline const Aws::String& GetPasswordParam() const{ return m_passwordParam; }
58 inline bool PasswordParamHasBeenSet() const { return m_passwordParamHasBeenSet; }
59 inline void SetPasswordParam(const Aws::String& value) { m_passwordParamHasBeenSet = true; m_passwordParam = value; }
60 inline void SetPasswordParam(Aws::String&& value) { m_passwordParamHasBeenSet = true; m_passwordParam = std::move(value); }
61 inline void SetPasswordParam(const char* value) { m_passwordParamHasBeenSet = true; m_passwordParam.assign(value); }
64 inline MotionGraphicsActivateScheduleActionSettings& WithPasswordParam(const char* value) { SetPasswordParam(value); return *this;}
66
68
71 inline const Aws::String& GetUrl() const{ return m_url; }
72 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
73 inline void SetUrl(const Aws::String& value) { m_urlHasBeenSet = true; m_url = value; }
74 inline void SetUrl(Aws::String&& value) { m_urlHasBeenSet = true; m_url = std::move(value); }
75 inline void SetUrl(const char* value) { m_urlHasBeenSet = true; m_url.assign(value); }
76 inline MotionGraphicsActivateScheduleActionSettings& WithUrl(const Aws::String& value) { SetUrl(value); return *this;}
77 inline MotionGraphicsActivateScheduleActionSettings& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;}
78 inline MotionGraphicsActivateScheduleActionSettings& WithUrl(const char* value) { SetUrl(value); return *this;}
80
82
85 inline const Aws::String& GetUsername() const{ return m_username; }
86 inline bool UsernameHasBeenSet() const { return m_usernameHasBeenSet; }
87 inline void SetUsername(const Aws::String& value) { m_usernameHasBeenSet = true; m_username = value; }
88 inline void SetUsername(Aws::String&& value) { m_usernameHasBeenSet = true; m_username = std::move(value); }
89 inline void SetUsername(const char* value) { m_usernameHasBeenSet = true; m_username.assign(value); }
91 inline MotionGraphicsActivateScheduleActionSettings& WithUsername(Aws::String&& value) { SetUsername(std::move(value)); return *this;}
92 inline MotionGraphicsActivateScheduleActionSettings& WithUsername(const char* value) { SetUsername(value); return *this;}
94 private:
95
96 long long m_duration;
97 bool m_durationHasBeenSet = false;
98
99 Aws::String m_passwordParam;
100 bool m_passwordParamHasBeenSet = false;
101
102 Aws::String m_url;
103 bool m_urlHasBeenSet = false;
104
105 Aws::String m_username;
106 bool m_usernameHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace MediaLive
111} // namespace Aws
MotionGraphicsActivateScheduleActionSettings & WithUsername(Aws::String &&value)
MotionGraphicsActivateScheduleActionSettings & WithPasswordParam(Aws::String &&value)
MotionGraphicsActivateScheduleActionSettings & WithUrl(const Aws::String &value)
MotionGraphicsActivateScheduleActionSettings & WithDuration(long long value)
MotionGraphicsActivateScheduleActionSettings & WithPasswordParam(const Aws::String &value)
MotionGraphicsActivateScheduleActionSettings & WithPasswordParam(const char *value)
MotionGraphicsActivateScheduleActionSettings & WithUrl(const char *value)
MotionGraphicsActivateScheduleActionSettings & WithUsername(const Aws::String &value)
MotionGraphicsActivateScheduleActionSettings & WithUrl(Aws::String &&value)
MotionGraphicsActivateScheduleActionSettings & WithUsername(const char *value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API MotionGraphicsActivateScheduleActionSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API MotionGraphicsActivateScheduleActionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue