7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
28 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeMatchmakingConfigurations"; }
42 template <
typename NamesT = Aws::Vector<Aws::String>>
44 m_namesHasBeenSet =
true;
45 m_names = std::forward<NamesT>(value);
47 template <
typename NamesT = Aws::Vector<Aws::String>>
49 SetNames(std::forward<NamesT>(value));
52 template <
typename NamesT = Aws::String>
54 m_namesHasBeenSet =
true;
55 m_names.emplace_back(std::forward<NamesT>(value));
68 template <
typename RuleSetNameT = Aws::String>
70 m_ruleSetNameHasBeenSet =
true;
71 m_ruleSetName = std::forward<RuleSetNameT>(value);
73 template <
typename RuleSetNameT = Aws::String>
86 inline int GetLimit()
const {
return m_limit; }
89 m_limitHasBeenSet =
true;
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
125 bool m_namesHasBeenSet =
false;
126 bool m_ruleSetNameHasBeenSet =
false;
127 bool m_limitHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetRuleSetName() const
void SetNames(NamesT &&value)
bool NextTokenHasBeenSet() const
bool RuleSetNameHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
DescribeMatchmakingConfigurationsRequest & WithNextToken(NextTokenT &&value)
void SetRuleSetName(RuleSetNameT &&value)
DescribeMatchmakingConfigurationsRequest & AddNames(NamesT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool NamesHasBeenSet() const
DescribeMatchmakingConfigurationsRequest & WithLimit(int value)
const Aws::Vector< Aws::String > & GetNames() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LimitHasBeenSet() const
AWS_GAMELIFT_API DescribeMatchmakingConfigurationsRequest()=default
DescribeMatchmakingConfigurationsRequest & WithNames(NamesT &&value)
DescribeMatchmakingConfigurationsRequest & WithRuleSetName(RuleSetNameT &&value)
virtual const char * GetServiceRequestName() const override
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