7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename FleetIdT = Aws::String>
46 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
47 template<
typename FleetIdT = Aws::String>
59 template<
typename LocationsT = Aws::Vector<Aws::String>>
60 void SetLocations(LocationsT&& value) { m_locationsHasBeenSet =
true; m_locations = std::forward<LocationsT>(value); }
61 template<
typename LocationsT = Aws::Vector<Aws::String>>
63 template<
typename LocationsT = Aws::String>
73 inline int GetLimit()
const {
return m_limit; }
75 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
95 bool m_fleetIdHasBeenSet =
false;
98 bool m_locationsHasBeenSet =
false;
101 bool m_limitHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
bool LimitHasBeenSet() const
void SetLocations(LocationsT &&value)
void SetFleetId(FleetIdT &&value)
const Aws::String & GetFleetId() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetLocations() const
DescribeFleetLocationAttributesRequest & WithLocations(LocationsT &&value)
bool FleetIdHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool LocationsHasBeenSet() const
AWS_GAMELIFT_API DescribeFleetLocationAttributesRequest()=default
DescribeFleetLocationAttributesRequest & WithFleetId(FleetIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
DescribeFleetLocationAttributesRequest & AddLocations(LocationsT &&value)
bool NextTokenHasBeenSet() const
DescribeFleetLocationAttributesRequest & WithLimit(int value)
DescribeFleetLocationAttributesRequest & WithNextToken(NextTokenT &&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