AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AvailBlanking.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/InputLocation.h>
9#include <aws/medialive/model/AvailBlankingState.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 AvailBlanking();
36 AWS_MEDIALIVE_API AvailBlanking(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIALIVE_API AvailBlanking& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const InputLocation& GetAvailBlankingImage() const{ return m_availBlankingImage; }
47 inline bool AvailBlankingImageHasBeenSet() const { return m_availBlankingImageHasBeenSet; }
48 inline void SetAvailBlankingImage(const InputLocation& value) { m_availBlankingImageHasBeenSet = true; m_availBlankingImage = value; }
49 inline void SetAvailBlankingImage(InputLocation&& value) { m_availBlankingImageHasBeenSet = true; m_availBlankingImage = std::move(value); }
50 inline AvailBlanking& WithAvailBlankingImage(const InputLocation& value) { SetAvailBlankingImage(value); return *this;}
51 inline AvailBlanking& WithAvailBlankingImage(InputLocation&& value) { SetAvailBlankingImage(std::move(value)); return *this;}
53
55
59 inline const AvailBlankingState& GetState() const{ return m_state; }
60 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
61 inline void SetState(const AvailBlankingState& value) { m_stateHasBeenSet = true; m_state = value; }
62 inline void SetState(AvailBlankingState&& value) { m_stateHasBeenSet = true; m_state = std::move(value); }
63 inline AvailBlanking& WithState(const AvailBlankingState& value) { SetState(value); return *this;}
64 inline AvailBlanking& WithState(AvailBlankingState&& value) { SetState(std::move(value)); return *this;}
66 private:
67
68 InputLocation m_availBlankingImage;
69 bool m_availBlankingImageHasBeenSet = false;
70
71 AvailBlankingState m_state;
72 bool m_stateHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace MediaLive
77} // namespace Aws
AvailBlanking & WithAvailBlankingImage(InputLocation &&value)
AWS_MEDIALIVE_API AvailBlanking & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAvailBlankingImage(const InputLocation &value)
const AvailBlankingState & GetState() const
AWS_MEDIALIVE_API AvailBlanking(Aws::Utils::Json::JsonView jsonValue)
AvailBlanking & WithState(const AvailBlankingState &value)
AvailBlanking & WithAvailBlankingImage(const InputLocation &value)
void SetState(AvailBlankingState &&value)
void SetState(const AvailBlankingState &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AvailBlanking & WithState(AvailBlankingState &&value)
const InputLocation & GetAvailBlankingImage() const
void SetAvailBlankingImage(InputLocation &&value)
Aws::Utils::Json::JsonValue JsonValue