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/LocationConfiguration.h>
16namespace GameLiftStreams
48 template<
typename IdentifierT = Aws::String>
49 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
50 template<
typename IdentifierT = Aws::String>
61 template<
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
62 void SetLocationConfigurations(LocationConfigurationsT&& value) { m_locationConfigurationsHasBeenSet =
true; m_locationConfigurations = std::forward<LocationConfigurationsT>(value); }
63 template<
typename LocationConfigurationsT = Aws::Vector<LocationConfiguration>>
65 template<
typename LocationConfigurationsT = LocationConfiguration>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
102 template<
typename DefaultApplicationIdentifierT = Aws::String>
103 void SetDefaultApplicationIdentifier(DefaultApplicationIdentifierT&& value) { m_defaultApplicationIdentifierHasBeenSet =
true; m_defaultApplicationIdentifier = std::forward<DefaultApplicationIdentifierT>(value); }
104 template<
typename DefaultApplicationIdentifierT = Aws::String>
110 bool m_identifierHasBeenSet =
false;
113 bool m_locationConfigurationsHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_defaultApplicationIdentifierHasBeenSet =
false;
UpdateStreamGroupRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< LocationConfiguration > & GetLocationConfigurations() const
bool DefaultApplicationIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetLocationConfigurations(LocationConfigurationsT &&value)
AWS_GAMELIFTSTREAMS_API Aws::String SerializePayload() const override
bool LocationConfigurationsHasBeenSet() const
bool IdentifierHasBeenSet() const
const Aws::String & GetDefaultApplicationIdentifier() const
const Aws::String & GetIdentifier() const
UpdateStreamGroupRequest & AddLocationConfigurations(LocationConfigurationsT &&value)
UpdateStreamGroupRequest & WithIdentifier(IdentifierT &&value)
UpdateStreamGroupRequest & WithDefaultApplicationIdentifier(DefaultApplicationIdentifierT &&value)
const Aws::String & GetDescription() const
void SetDefaultApplicationIdentifier(DefaultApplicationIdentifierT &&value)
UpdateStreamGroupRequest & WithLocationConfigurations(LocationConfigurationsT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_GAMELIFTSTREAMS_API UpdateStreamGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector