7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
11#include <aws/gamelift/model/LocationConfiguration.h>
42 template <
typename FleetIdT = Aws::String>
44 m_fleetIdHasBeenSet =
true;
45 m_fleetId = std::forward<FleetIdT>(value);
47 template <
typename FleetIdT = Aws::String>
63 template <
typename LocationsT = Aws::Vector<LocationConfiguration>>
65 m_locationsHasBeenSet =
true;
66 m_locations = std::forward<LocationsT>(value);
68 template <
typename LocationsT = Aws::Vector<LocationConfiguration>>
73 template <
typename LocationsT = LocationConfiguration>
75 m_locationsHasBeenSet =
true;
76 m_locations.emplace_back(std::forward<LocationsT>(value));
82 bool m_fleetIdHasBeenSet =
false;
85 bool m_locationsHasBeenSet =
false;
AWS_GAMELIFT_API Aws::String SerializePayload() const override
const Aws::String & GetFleetId() const
void SetFleetId(FleetIdT &&value)
void SetLocations(LocationsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateFleetLocationsRequest & AddLocations(LocationsT &&value)
bool FleetIdHasBeenSet() const
const Aws::Vector< LocationConfiguration > & GetLocations() const
bool LocationsHasBeenSet() const
AWS_GAMELIFT_API CreateFleetLocationsRequest()=default
CreateFleetLocationsRequest & WithLocations(LocationsT &&value)
CreateFleetLocationsRequest & WithFleetId(FleetIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector