7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/ManagedCapacityConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename FleetIdT = Aws::String>
38 m_fleetIdHasBeenSet =
true;
39 m_fleetId = std::forward<FleetIdT>(value);
41 template <
typename FleetIdT = Aws::String>
58 template <
typename FleetArnT = Aws::String>
60 m_fleetArnHasBeenSet =
true;
61 m_fleetArn = std::forward<FleetArnT>(value);
63 template <
typename FleetArnT = Aws::String>
76 template <
typename LocationT = Aws::String>
78 m_locationHasBeenSet =
true;
79 m_location = std::forward<LocationT>(value);
81 template <
typename LocationT = Aws::String>
94 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
96 m_managedCapacityConfigurationHasBeenSet =
true;
97 m_managedCapacityConfiguration = std::forward<ManagedCapacityConfigurationT>(value);
99 template <
typename ManagedCapacityConfigurationT = ManagedCapacityConfiguration>
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
133 bool m_fleetIdHasBeenSet =
false;
134 bool m_fleetArnHasBeenSet =
false;
135 bool m_locationHasBeenSet =
false;
136 bool m_managedCapacityConfigurationHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFT_API UpdateFleetCapacityResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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