7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
12#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
13#include <aws/gameliftstreams/model/LocationConfiguration.h>
14#include <aws/gameliftstreams/model/StreamClass.h>
19namespace GameLiftStreams {
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
147 m_streamClassHasBeenSet =
true;
148 m_streamClass = value;
175 template <
typename DefaultApplicationIdentifierT = Aws::String>
177 m_defaultApplicationIdentifierHasBeenSet =
true;
178 m_defaultApplicationIdentifier = std::forward<DefaultApplicationIdentifierT>(value);
180 template <
typename DefaultApplicationIdentifierT = Aws::String>
194 template <
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
196 m_locationConfigurationsHasBeenSet =
true;
197 m_locationConfigurations = std::forward<LocationConfigurationsT>(value);
199 template <
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
204 template <
typename LocationConfigurationsT = LocationConfiguration>
206 m_locationConfigurationsHasBeenSet =
true;
207 m_locationConfigurations.emplace_back(std::forward<LocationConfigurationsT>(value));
229 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
231 m_tagsHasBeenSet =
true;
232 m_tags = std::forward<TagsT>(value);
234 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
236 SetTags(std::forward<TagsT>(value));
239 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
241 m_tagsHasBeenSet =
true;
242 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
255 template <
typename ClientTokenT = Aws::String>
257 m_clientTokenHasBeenSet =
true;
258 m_clientToken = std::forward<ClientTokenT>(value);
260 template <
typename ClientTokenT = Aws::String>
278 bool m_descriptionHasBeenSet =
false;
279 bool m_streamClassHasBeenSet =
false;
280 bool m_defaultApplicationIdentifierHasBeenSet =
false;
281 bool m_locationConfigurationsHasBeenSet =
false;
282 bool m_tagsHasBeenSet =
false;
283 bool m_clientTokenHasBeenSet =
true;
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