7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetRuleSetBody(
const char* value) { m_ruleSetBodyHasBeenSet =
true; m_ruleSetBody.assign(value); }
54 bool m_ruleSetBodyHasBeenSet =
false;
const Aws::String & GetRuleSetBody() const
ValidateMatchmakingRuleSetRequest & WithRuleSetBody(Aws::String &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
AWS_GAMELIFT_API ValidateMatchmakingRuleSetRequest()
void SetRuleSetBody(Aws::String &&value)
ValidateMatchmakingRuleSetRequest & WithRuleSetBody(const Aws::String &value)
bool RuleSetBodyHasBeenSet() const
ValidateMatchmakingRuleSetRequest & WithRuleSetBody(const char *value)
virtual const char * GetServiceRequestName() const override
void SetRuleSetBody(const char *value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRuleSetBody(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String