7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeFleetLocationUtilization"; }
44 template<
typename FleetIdT = Aws::String>
45 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
46 template<
typename FleetIdT = Aws::String>
58 template<
typename LocationT = Aws::String>
59 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
60 template<
typename LocationT = Aws::String>
66 bool m_fleetIdHasBeenSet =
false;
69 bool m_locationHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API DescribeFleetLocationUtilizationRequest()=default
void SetFleetId(FleetIdT &&value)
DescribeFleetLocationUtilizationRequest & WithFleetId(FleetIdT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
void SetLocation(LocationT &&value)
const Aws::String & GetFleetId() const
bool FleetIdHasBeenSet() const
const Aws::String & GetLocation() const
bool LocationHasBeenSet() const
DescribeFleetLocationUtilizationRequest & WithLocation(LocationT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String