AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
IngestConfigurationSummary.h
1
6#pragma once
7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/IngestProtocol.h>
10#include <aws/ivs-realtime/model/IngestConfigurationState.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace ivsrealtime
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_IVSREALTIME_API IngestConfigurationSummary() = default;
40 AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetName() const { return m_name; }
48 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
49 template<typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
51 template<typename NameT = Aws::String>
52 IngestConfigurationSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
54
56
59 inline const Aws::String& GetArn() const { return m_arn; }
60 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
61 template<typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
63 template<typename ArnT = Aws::String>
64 IngestConfigurationSummary& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
66
68
71 inline IngestProtocol GetIngestProtocol() const { return m_ingestProtocol; }
72 inline bool IngestProtocolHasBeenSet() const { return m_ingestProtocolHasBeenSet; }
73 inline void SetIngestProtocol(IngestProtocol value) { m_ingestProtocolHasBeenSet = true; m_ingestProtocol = value; }
76
78
81 inline const Aws::String& GetStageArn() const { return m_stageArn; }
82 inline bool StageArnHasBeenSet() const { return m_stageArnHasBeenSet; }
83 template<typename StageArnT = Aws::String>
84 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet = true; m_stageArn = std::forward<StageArnT>(value); }
85 template<typename StageArnT = Aws::String>
86 IngestConfigurationSummary& WithStageArn(StageArnT&& value) { SetStageArn(std::forward<StageArnT>(value)); return *this;}
88
90
93 inline const Aws::String& GetParticipantId() const { return m_participantId; }
94 inline bool ParticipantIdHasBeenSet() const { return m_participantIdHasBeenSet; }
95 template<typename ParticipantIdT = Aws::String>
96 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet = true; m_participantId = std::forward<ParticipantIdT>(value); }
97 template<typename ParticipantIdT = Aws::String>
98 IngestConfigurationSummary& WithParticipantId(ParticipantIdT&& value) { SetParticipantId(std::forward<ParticipantIdT>(value)); return *this;}
100
102
107 inline IngestConfigurationState GetState() const { return m_state; }
108 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
109 inline void SetState(IngestConfigurationState value) { m_stateHasBeenSet = true; m_state = value; }
112
114
121 inline const Aws::String& GetUserId() const { return m_userId; }
122 inline bool UserIdHasBeenSet() const { return m_userIdHasBeenSet; }
123 template<typename UserIdT = Aws::String>
124 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet = true; m_userId = std::forward<UserIdT>(value); }
125 template<typename UserIdT = Aws::String>
126 IngestConfigurationSummary& WithUserId(UserIdT&& value) { SetUserId(std::forward<UserIdT>(value)); return *this;}
128 private:
129
130 Aws::String m_name;
131 bool m_nameHasBeenSet = false;
132
133 Aws::String m_arn;
134 bool m_arnHasBeenSet = false;
135
136 IngestProtocol m_ingestProtocol{IngestProtocol::NOT_SET};
137 bool m_ingestProtocolHasBeenSet = false;
138
139 Aws::String m_stageArn;
140 bool m_stageArnHasBeenSet = false;
141
142 Aws::String m_participantId;
143 bool m_participantIdHasBeenSet = false;
144
146 bool m_stateHasBeenSet = false;
147
148 Aws::String m_userId;
149 bool m_userIdHasBeenSet = false;
150 };
151
152} // namespace Model
153} // namespace ivsrealtime
154} // namespace Aws
IngestConfigurationSummary & WithUserId(UserIdT &&value)
IngestConfigurationSummary & WithArn(ArnT &&value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
IngestConfigurationSummary & WithIngestProtocol(IngestProtocol value)
IngestConfigurationSummary & WithState(IngestConfigurationState value)
AWS_IVSREALTIME_API IngestConfigurationSummary()=default
AWS_IVSREALTIME_API IngestConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IVSREALTIME_API IngestConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
IngestConfigurationSummary & WithParticipantId(ParticipantIdT &&value)
IngestConfigurationSummary & WithStageArn(StageArnT &&value)
IngestConfigurationSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue