7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/ManagedCapacityConfiguration.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename FleetIdT = Aws::String>
37 m_fleetIdHasBeenSet =
true;
38 m_fleetId = std::forward<FleetIdT>(value);
40 template <
typename FleetIdT = Aws::String>
57 template <
typename FleetArnT = Aws::String>
59 m_fleetArnHasBeenSet =
true;
60 m_fleetArn = std::forward<FleetArnT>(value);
62 template <
typename FleetArnT = Aws::String>
75 template <
typename LocationT = Aws::String>
77 m_locationHasBeenSet =
true;
78 m_location = std::forward<LocationT>(value);
80 template <
typename LocationT = Aws::String>
93 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
95 m_managedCapacityConfigurationHasBeenSet =
true;
96 m_managedCapacityConfiguration = std::forward<ManagedCapacityConfigurationT>(value);
98 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
129 bool m_fleetIdHasBeenSet =
false;
130 bool m_fleetArnHasBeenSet =
false;
131 bool m_locationHasBeenSet =
false;
132 bool m_managedCapacityConfigurationHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFT_API UpdateFleetCapacityResult()=default
AWS_GAMELIFT_API UpdateFleetCapacityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLocation(LocationT &&value)
AWS_GAMELIFT_API UpdateFleetCapacityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateFleetCapacityResult & WithFleetArn(FleetArnT &&value)
void SetFleetId(FleetIdT &&value)
const ManagedCapacityConfiguration & GetManagedCapacityConfiguration() const
const Aws::String & GetRequestId() const
const Aws::String & GetFleetArn() const
UpdateFleetCapacityResult & WithManagedCapacityConfiguration(ManagedCapacityConfigurationT &&value)
UpdateFleetCapacityResult & WithFleetId(FleetIdT &&value)
const Aws::String & GetLocation() const
void SetManagedCapacityConfiguration(ManagedCapacityConfigurationT &&value)
UpdateFleetCapacityResult & WithLocation(LocationT &&value)
UpdateFleetCapacityResult & WithRequestId(RequestIdT &&value)
void SetFleetArn(FleetArnT &&value)
const Aws::String & GetFleetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue