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;
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 m_tagsHasBeenSet =
true;
171 m_tags = std::forward<TagsT>(value);
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 SetTags(std::forward<TagsT>(value));
178 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true;
181 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
196 bool m_insecureIngest{
false};
199 bool m_nameHasBeenSet =
false;
200 bool m_stageArnHasBeenSet =
false;
201 bool m_userIdHasBeenSet =
false;
202 bool m_attributesHasBeenSet =
false;
203 bool m_ingestProtocolHasBeenSet =
false;
204 bool m_insecureIngestHasBeenSet =
false;
205 bool m_tagsHasBeenSet =
false;
void SetStageArn(StageArnT &&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
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