7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/IvsrealtimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/ivs-realtime/model/IngestProtocol.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename StageArnT = Aws::String>
57 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet =
true; m_stageArn = std::forward<StageArnT>(value); }
58 template<
typename StageArnT = Aws::String>
72 template<
typename UserIdT = Aws::String>
73 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
74 template<
typename UserIdT = Aws::String>
88 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
89 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
90 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
92 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
94 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
118 inline void SetInsecureIngest(
bool value) { m_insecureIngestHasBeenSet =
true; m_insecureIngest = value; }
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
136 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
146 bool m_nameHasBeenSet =
false;
149 bool m_stageArnHasBeenSet =
false;
152 bool m_userIdHasBeenSet =
false;
155 bool m_attributesHasBeenSet =
false;
158 bool m_ingestProtocolHasBeenSet =
false;
160 bool m_insecureIngest{
false};
161 bool m_insecureIngestHasBeenSet =
false;
164 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