AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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