7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
78 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
86 bool m_fleetIdsHasBeenSet =
false;
89 bool m_limitHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
DescribeFleetCapacityRequest & WithFleetIds(Aws::Vector< Aws::String > &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
DescribeFleetCapacityRequest & WithFleetIds(const Aws::Vector< Aws::String > &value)
DescribeFleetCapacityRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetNextToken(Aws::String &&value)
bool LimitHasBeenSet() const
bool FleetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetFleetIds() const
void SetNextToken(const Aws::String &value)
void SetFleetIds(const Aws::Vector< Aws::String > &value)
DescribeFleetCapacityRequest & AddFleetIds(const Aws::String &value)
AWS_GAMELIFT_API DescribeFleetCapacityRequest()
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
DescribeFleetCapacityRequest & AddFleetIds(const char *value)
void SetFleetIds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeFleetCapacityRequest & WithNextToken(const char *value)
DescribeFleetCapacityRequest & WithLimit(int value)
DescribeFleetCapacityRequest & AddFleetIds(Aws::String &&value)
DescribeFleetCapacityRequest & WithNextToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector