7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeFleetLocationUtilization"; }
40 template <
typename FleetIdT = Aws::String>
42 m_fleetIdHasBeenSet =
true;
43 m_fleetId = std::forward<FleetIdT>(value);
45 template <
typename FleetIdT = Aws::String>
60 template <
typename LocationT = Aws::String>
62 m_locationHasBeenSet =
true;
63 m_location = std::forward<LocationT>(value);
65 template <
typename LocationT = Aws::String>
73 bool m_fleetIdHasBeenSet =
false;
76 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