7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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>
59 inline void SetDesiredInstances(
int value) { m_desiredInstancesHasBeenSet =
true; m_desiredInstances = value; }
70 inline void SetMinSize(
int value) { m_minSizeHasBeenSet =
true; m_minSize = value; }
81 inline void SetMaxSize(
int value) { m_maxSizeHasBeenSet =
true; m_maxSize = value; }
92 template<
typename LocationT = Aws::String>
93 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
94 template<
typename LocationT = Aws::String>
100 bool m_fleetIdHasBeenSet =
false;
102 int m_desiredInstances{0};
103 bool m_desiredInstancesHasBeenSet =
false;
106 bool m_minSizeHasBeenSet =
false;
109 bool m_maxSizeHasBeenSet =
false;
112 bool m_locationHasBeenSet =
false;
bool MaxSizeHasBeenSet() const
UpdateFleetCapacityRequest & WithMinSize(int value)
bool LocationHasBeenSet() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetFleetId() const
bool DesiredInstancesHasBeenSet() const
void SetDesiredInstances(int value)
AWS_GAMELIFT_API UpdateFleetCapacityRequest()=default
virtual const char * GetServiceRequestName() const override
void SetMinSize(int value)
const Aws::String & GetLocation() const
int GetDesiredInstances() const
bool FleetIdHasBeenSet() const
UpdateFleetCapacityRequest & WithFleetId(FleetIdT &&value)
UpdateFleetCapacityRequest & WithLocation(LocationT &&value)
void SetLocation(LocationT &&value)
UpdateFleetCapacityRequest & WithDesiredInstances(int value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
void SetFleetId(FleetIdT &&value)
bool MinSizeHasBeenSet() const
UpdateFleetCapacityRequest & WithMaxSize(int value)
void SetMaxSize(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String