7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/ManagedCapacityConfiguration.h>
41 template <
typename FleetIdT = Aws::String>
43 m_fleetIdHasBeenSet =
true;
44 m_fleetId = std::forward<FleetIdT>(value);
46 template <
typename FleetIdT = Aws::String>
63 m_desiredInstancesHasBeenSet =
true;
64 m_desiredInstances = value;
82 m_minSizeHasBeenSet =
true;
99 m_maxSizeHasBeenSet =
true;
115 template <
typename LocationT = Aws::String>
117 m_locationHasBeenSet =
true;
118 m_location = std::forward<LocationT>(value);
120 template <
typename LocationT = Aws::String>
134 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
136 m_managedCapacityConfigurationHasBeenSet =
true;
137 m_managedCapacityConfiguration = std::forward<ManagedCapacityConfigurationT>(value);
139 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
148 int m_desiredInstances{0};
156 ManagedCapacityConfiguration m_managedCapacityConfiguration;
157 bool m_fleetIdHasBeenSet =
false;
158 bool m_desiredInstancesHasBeenSet =
false;
159 bool m_minSizeHasBeenSet =
false;
160 bool m_maxSizeHasBeenSet =
false;
161 bool m_locationHasBeenSet =
false;
162 bool m_managedCapacityConfigurationHasBeenSet =
false;
bool MaxSizeHasBeenSet() const
UpdateFleetCapacityRequest & WithMinSize(int value)
bool LocationHasBeenSet() const
const ManagedCapacityConfiguration & GetManagedCapacityConfiguration() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetFleetId() const
void SetManagedCapacityConfiguration(ManagedCapacityConfigurationT &&value)
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)
bool ManagedCapacityConfigurationHasBeenSet() const
UpdateFleetCapacityRequest & WithManagedCapacityConfiguration(ManagedCapacityConfigurationT &&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