7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/IvsrealtimeRequest.h>
10#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
11#include <aws/ivs-realtime/model/IngestProtocol.h>
16namespace ivsrealtime {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename StageArnT = Aws::String>
60 m_stageArnHasBeenSet =
true;
61 m_stageArn = std::forward<StageArnT>(value);
63 template <
typename StageArnT = Aws::String>
80 template <
typename UserIdT = Aws::String>
82 m_userIdHasBeenSet =
true;
83 m_userId = std::forward<UserIdT>(value);
85 template <
typename UserIdT = Aws::String>
102 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
104 m_attributesHasBeenSet =
true;
105 m_attributes = std::forward<AttributesT>(value);
107 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
112 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
114 m_attributesHasBeenSet =
true;
115 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
129 m_ingestProtocolHasBeenSet =
true;
130 m_ingestProtocol = value;
147 m_insecureIngestHasBeenSet =
true;
148 m_insecureIngest = value;
164 m_redundantIngestHasBeenSet =
true;
165 m_redundantIngest = value;
185 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
187 m_tagsHasBeenSet =
true;
188 m_tags = std::forward<TagsT>(value);
190 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 SetTags(std::forward<TagsT>(value));
195 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
197 m_tagsHasBeenSet =
true;
198 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
213 bool m_insecureIngest{
false};
215 bool m_redundantIngest{
false};
218 bool m_nameHasBeenSet =
false;
219 bool m_stageArnHasBeenSet =
false;
220 bool m_userIdHasBeenSet =
false;
221 bool m_attributesHasBeenSet =
false;
222 bool m_ingestProtocolHasBeenSet =
false;
223 bool m_insecureIngestHasBeenSet =
false;
224 bool m_redundantIngestHasBeenSet =
false;
225 bool m_tagsHasBeenSet =
false;
bool GetRedundantIngest() const
bool RedundantIngestHasBeenSet() const
void SetStageArn(StageArnT &&value)
CreateIngestConfigurationRequest & WithRedundantIngest(bool value)
CreateIngestConfigurationRequest & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
bool UserIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
CreateIngestConfigurationRequest & WithInsecureIngest(bool value)
CreateIngestConfigurationRequest & WithTags(TagsT &&value)
AWS_IVSREALTIME_API Aws::String SerializePayload() const override
void SetRedundantIngest(bool value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
CreateIngestConfigurationRequest & WithName(NameT &&value)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool IngestProtocolHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetUserId() const
CreateIngestConfigurationRequest & WithStageArn(StageArnT &&value)
AWS_IVSREALTIME_API CreateIngestConfigurationRequest()=default
const Aws::String & GetStageArn() const
bool NameHasBeenSet() const
bool StageArnHasBeenSet() const
CreateIngestConfigurationRequest & WithUserId(UserIdT &&value)
void SetUserId(UserIdT &&value)
CreateIngestConfigurationRequest & WithAttributes(AttributesT &&value)
CreateIngestConfigurationRequest & WithIngestProtocol(IngestProtocol value)
bool InsecureIngestHasBeenSet() const
void SetInsecureIngest(bool value)
CreateIngestConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
IngestProtocol GetIngestProtocol() const
void SetAttributes(AttributesT &&value)
bool GetInsecureIngest() const
bool AttributesHasBeenSet() const
void SetIngestProtocol(IngestProtocol value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String