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>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeMatchmakingConfigurations"; }
65 inline void SetRuleSetName(
const char* value) { m_ruleSetNameHasBeenSet =
true; m_ruleSetName.assign(value); }
79 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
93 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
101 bool m_namesHasBeenSet =
false;
104 bool m_ruleSetNameHasBeenSet =
false;
107 bool m_limitHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
AWS_GAMELIFT_API DescribeMatchmakingConfigurationsRequest()
const Aws::String & GetRuleSetName() const
void SetNames(const Aws::Vector< Aws::String > &value)
DescribeMatchmakingConfigurationsRequest & WithNextToken(const char *value)
DescribeMatchmakingConfigurationsRequest & WithNames(const Aws::Vector< Aws::String > &value)
void SetNextToken(const char *value)
bool NextTokenHasBeenSet() const
bool RuleSetNameHasBeenSet() const
DescribeMatchmakingConfigurationsRequest & AddNames(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetRuleSetName(const char *value)
DescribeMatchmakingConfigurationsRequest & WithNextToken(Aws::String &&value)
DescribeMatchmakingConfigurationsRequest & WithRuleSetName(const Aws::String &value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool NamesHasBeenSet() const
DescribeMatchmakingConfigurationsRequest & WithLimit(int value)
const Aws::Vector< Aws::String > & GetNames() const
DescribeMatchmakingConfigurationsRequest & WithNames(Aws::Vector< Aws::String > &&value)
DescribeMatchmakingConfigurationsRequest & WithNextToken(const Aws::String &value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeMatchmakingConfigurationsRequest & WithRuleSetName(Aws::String &&value)
bool LimitHasBeenSet() const
void SetNames(Aws::Vector< Aws::String > &&value)
void SetRuleSetName(const Aws::String &value)
void SetRuleSetName(Aws::String &&value)
DescribeMatchmakingConfigurationsRequest & AddNames(const Aws::String &value)
DescribeMatchmakingConfigurationsRequest & AddNames(const char *value)
void SetNextToken(const Aws::String &value)
DescribeMatchmakingConfigurationsRequest & WithRuleSetName(const char *value)
void SetNextToken(Aws::String &&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