AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VideoArtifactsConfiguration.h
1
6#pragma once
7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/ArtifactsState.h>
9#include <aws/chime/model/VideoMuxType.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 Chime
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ArtifactsState& GetState() const{ return m_state; }
46 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
47 inline void SetState(const ArtifactsState& value) { m_stateHasBeenSet = true; m_state = value; }
48 inline void SetState(ArtifactsState&& value) { m_stateHasBeenSet = true; m_state = std::move(value); }
49 inline VideoArtifactsConfiguration& WithState(const ArtifactsState& value) { SetState(value); return *this;}
50 inline VideoArtifactsConfiguration& WithState(ArtifactsState&& value) { SetState(std::move(value)); return *this;}
52
54
57 inline const VideoMuxType& GetMuxType() const{ return m_muxType; }
58 inline bool MuxTypeHasBeenSet() const { return m_muxTypeHasBeenSet; }
59 inline void SetMuxType(const VideoMuxType& value) { m_muxTypeHasBeenSet = true; m_muxType = value; }
60 inline void SetMuxType(VideoMuxType&& value) { m_muxTypeHasBeenSet = true; m_muxType = std::move(value); }
61 inline VideoArtifactsConfiguration& WithMuxType(const VideoMuxType& value) { SetMuxType(value); return *this;}
62 inline VideoArtifactsConfiguration& WithMuxType(VideoMuxType&& value) { SetMuxType(std::move(value)); return *this;}
64 private:
65
66 ArtifactsState m_state;
67 bool m_stateHasBeenSet = false;
68
69 VideoMuxType m_muxType;
70 bool m_muxTypeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace Chime
75} // namespace Aws
VideoArtifactsConfiguration & WithMuxType(const VideoMuxType &value)
VideoArtifactsConfiguration & WithState(ArtifactsState &&value)
VideoArtifactsConfiguration & WithMuxType(VideoMuxType &&value)
VideoArtifactsConfiguration & WithState(const ArtifactsState &value)
AWS_CHIME_API VideoArtifactsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHIME_API VideoArtifactsConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue