7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/gamelift/model/FleetUtilization.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename FleetUtilizationT = Aws::Vector<FleetUtilization>>
45 void SetFleetUtilization(FleetUtilizationT&& value) { m_fleetUtilizationHasBeenSet =
true; m_fleetUtilization = std::forward<FleetUtilizationT>(value); }
46 template<
typename FleetUtilizationT = Aws::Vector<FleetUtilization>>
48 template<
typename FleetUtilizationT = FleetUtilization>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_fleetUtilizationHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFT_API DescribeFleetUtilizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFleetUtilization(FleetUtilizationT &&value)
AWS_GAMELIFT_API DescribeFleetUtilizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
DescribeFleetUtilizationResult & WithRequestId(RequestIdT &&value)
AWS_GAMELIFT_API DescribeFleetUtilizationResult()=default
void SetRequestId(RequestIdT &&value)
DescribeFleetUtilizationResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
DescribeFleetUtilizationResult & WithFleetUtilization(FleetUtilizationT &&value)
const Aws::Vector< FleetUtilization > & GetFleetUtilization() const
DescribeFleetUtilizationResult & AddFleetUtilization(FleetUtilizationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue