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/FleetCapacity.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename FleetCapacityT = FleetCapacity>
40 m_fleetCapacityHasBeenSet =
true;
41 m_fleetCapacity = std::forward<FleetCapacityT>(value);
43 template <
typename FleetCapacityT = FleetCapacity>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_fleetCapacityHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFT_API DescribeFleetLocationCapacityResult()=default
AWS_GAMELIFT_API DescribeFleetLocationCapacityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GAMELIFT_API DescribeFleetLocationCapacityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFleetLocationCapacityResult & WithRequestId(RequestIdT &&value)
DescribeFleetLocationCapacityResult & WithFleetCapacity(FleetCapacityT &&value)
void SetFleetCapacity(FleetCapacityT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const FleetCapacity & GetFleetCapacity() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue