7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/RoutingStrategyType.h>
50 m_routingStrategyTypeHasBeenSet =
true;
51 m_routingStrategyType = value;
66 template <
typename NameT = Aws::String>
68 m_nameHasBeenSet =
true;
69 m_name = std::forward<NameT>(value);
71 template <
typename NameT = Aws::String>
73 SetName(std::forward<NameT>(value));
83 inline int GetLimit()
const {
return m_limit; }
86 m_limitHasBeenSet =
true;
103 template <
typename NextTokenT = Aws::String>
105 m_nextTokenHasBeenSet =
true;
106 m_nextToken = std::forward<NextTokenT>(value);
108 template <
typename NextTokenT = Aws::String>
116 bool m_routingStrategyTypeHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_limitHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
void SetRoutingStrategyType(RoutingStrategyType value)
const Aws::String & GetName() const
ListAliasesRequest & WithNextToken(NextTokenT &&value)
AWS_GAMELIFT_API ListAliasesRequest()=default
bool NameHasBeenSet() const
ListAliasesRequest & WithRoutingStrategyType(RoutingStrategyType value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool LimitHasBeenSet() const
void SetName(NameT &&value)
RoutingStrategyType GetRoutingStrategyType() const
void SetNextToken(NextTokenT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
ListAliasesRequest & WithLimit(int value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListAliasesRequest & WithName(NameT &&value)
bool RoutingStrategyTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String