7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/gameliftstreams/model/StreamClass.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/gameliftstreams/model/LocationConfiguration.h>
15#include <aws/core/utils/UUID.h>
19namespace GameLiftStreams
48 template<
typename ClientTokenT = Aws::String>
49 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
50 template<
typename ClientTokenT = Aws::String>
73 template<
typename DefaultApplicationIdentifierT = Aws::String>
74 void SetDefaultApplicationIdentifier(DefaultApplicationIdentifierT&& value) { m_defaultApplicationIdentifierHasBeenSet =
true; m_defaultApplicationIdentifier = std::forward<DefaultApplicationIdentifierT>(value); }
75 template<
typename DefaultApplicationIdentifierT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
99 void SetLocationConfigurations(LocationConfigurationsT&& value) { m_locationConfigurationsHasBeenSet =
true; m_locationConfigurations = std::forward<LocationConfigurationsT>(value); }
100 template<
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
102 template<
typename LocationConfigurationsT = LocationConfiguration>
174 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
176 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
178 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
186 bool m_clientTokenHasBeenSet =
true;
189 bool m_defaultApplicationIdentifierHasBeenSet =
false;
192 bool m_descriptionHasBeenSet =
false;
195 bool m_locationConfigurationsHasBeenSet =
false;
198 bool m_streamClassHasBeenSet =
false;
201 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDefaultApplicationIdentifier() const
void SetClientToken(ClientTokenT &&value)
CreateStreamGroupRequest & WithTags(TagsT &&value)
void SetLocationConfigurations(LocationConfigurationsT &&value)
AWS_GAMELIFTSTREAMS_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
CreateStreamGroupRequest & WithLocationConfigurations(LocationConfigurationsT &&value)
CreateStreamGroupRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetStreamClass(StreamClass value)
CreateStreamGroupRequest & AddLocationConfigurations(LocationConfigurationsT &&value)
CreateStreamGroupRequest & WithStreamClass(StreamClass value)
bool LocationConfigurationsHasBeenSet() const
const Aws::String & GetClientToken() const
const Aws::Vector< LocationConfiguration > & GetLocationConfigurations() const
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
void SetTags(TagsT &&value)
bool DefaultApplicationIdentifierHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateStreamGroupRequest & WithDefaultApplicationIdentifier(DefaultApplicationIdentifierT &&value)
CreateStreamGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDefaultApplicationIdentifier(DefaultApplicationIdentifierT &&value)
bool TagsHasBeenSet() const
AWS_GAMELIFTSTREAMS_API CreateStreamGroupRequest()=default
bool StreamClassHasBeenSet() const
StreamClass GetStreamClass() const
CreateStreamGroupRequest & WithClientToken(ClientTokenT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
static Aws::Utils::UUID PseudoRandomUUID()
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
std::vector< T, Aws::Allocator< T > > Vector