7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
10#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
18namespace GameLiftStreams {
49 template <
typename IdentifierT = Aws::String>
51 m_identifierHasBeenSet =
true;
52 m_identifier = std::forward<IdentifierT>(value);
54 template <
typename IdentifierT = Aws::String>
72 template <
typename LocationsT = Aws::Vector<Aws::String>>
74 m_locationsHasBeenSet =
true;
75 m_locations = std::forward<LocationsT>(value);
77 template <
typename LocationsT = Aws::Vector<Aws::String>>
82 template <
typename LocationsT = Aws::String>
84 m_locationsHasBeenSet =
true;
85 m_locations.emplace_back(std::forward<LocationsT>(value));
93 bool m_identifierHasBeenSet =
false;
94 bool m_locationsHasBeenSet =
false;
RemoveStreamGroupLocationsRequest & AddLocations(LocationsT &&value)
RemoveStreamGroupLocationsRequest & WithLocations(LocationsT &&value)
bool IdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetLocations() const
RemoveStreamGroupLocationsRequest & WithIdentifier(IdentifierT &&value)
void SetLocations(LocationsT &&value)
bool LocationsHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
AWS_GAMELIFTSTREAMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_GAMELIFTSTREAMS_API RemoveStreamGroupLocationsRequest()=default
AWS_GAMELIFTSTREAMS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector