AWS SDK for C++
1.8.186
AWS SDK for C++
|
#include <ValidateMatchmakingRuleSetResult.h>
Public Member Functions | |
ValidateMatchmakingRuleSetResult () | |
ValidateMatchmakingRuleSetResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
ValidateMatchmakingRuleSetResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
bool | GetValid () const |
void | SetValid (bool value) |
ValidateMatchmakingRuleSetResult & | WithValid (bool value) |
Represents the returned data in response to a request operation.
Definition at line 31 of file ValidateMatchmakingRuleSetResult.h.
Aws::GameLift::Model::ValidateMatchmakingRuleSetResult::ValidateMatchmakingRuleSetResult | ( | ) |
Aws::GameLift::Model::ValidateMatchmakingRuleSetResult::ValidateMatchmakingRuleSetResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A response indicating whether the rule set is valid.
Definition at line 42 of file ValidateMatchmakingRuleSetResult.h.
ValidateMatchmakingRuleSetResult& Aws::GameLift::Model::ValidateMatchmakingRuleSetResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A response indicating whether the rule set is valid.
Definition at line 47 of file ValidateMatchmakingRuleSetResult.h.
|
inline |
A response indicating whether the rule set is valid.
Definition at line 52 of file ValidateMatchmakingRuleSetResult.h.