7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/gamelift/model/ScalingStatusType.h>
45 template<
typename FleetIdT = Aws::String>
46 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
47 template<
typename FleetIdT = Aws::String>
75 inline int GetLimit()
const {
return m_limit; }
77 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
89 template<
typename NextTokenT = Aws::String>
90 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
91 template<
typename NextTokenT = Aws::String>
102 template<
typename LocationT = Aws::String>
103 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
104 template<
typename LocationT = Aws::String>
110 bool m_fleetIdHasBeenSet =
false;
113 bool m_statusFilterHasBeenSet =
false;
116 bool m_limitHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
122 bool m_locationHasBeenSet =
false;
DescribeScalingPoliciesRequest & WithFleetId(FleetIdT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool FleetIdHasBeenSet() const
DescribeScalingPoliciesRequest & WithLocation(LocationT &&value)
bool LimitHasBeenSet() const
ScalingStatusType GetStatusFilter() const
bool LocationHasBeenSet() const
void SetLocation(LocationT &&value)
const Aws::String & GetLocation() const
bool NextTokenHasBeenSet() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeScalingPoliciesRequest & WithLimit(int value)
bool StatusFilterHasBeenSet() const
void SetFleetId(FleetIdT &&value)
const Aws::String & GetNextToken() const
void SetStatusFilter(ScalingStatusType value)
DescribeScalingPoliciesRequest & WithStatusFilter(ScalingStatusType value)
AWS_GAMELIFT_API DescribeScalingPoliciesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
DescribeScalingPoliciesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetFleetId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String