/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input for a request action.See Also:
AWS
* API Reference
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A unique identifier for a matchmaking rule set. A matchmaking configuration
* identifies the rule set it uses by this name value. Note that the rule set name
* is different from the optional name field in the rule set body.
A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline const Aws::String& GetRuleSetBody() const{ return m_ruleSetBody; } /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline bool RuleSetBodyHasBeenSet() const { return m_ruleSetBodyHasBeenSet; } /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline void SetRuleSetBody(const Aws::String& value) { m_ruleSetBodyHasBeenSet = true; m_ruleSetBody = value; } /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline void SetRuleSetBody(Aws::String&& value) { m_ruleSetBodyHasBeenSet = true; m_ruleSetBody = std::move(value); } /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline void SetRuleSetBody(const char* value) { m_ruleSetBodyHasBeenSet = true; m_ruleSetBody.assign(value); } /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline CreateMatchmakingRuleSetRequest& WithRuleSetBody(const Aws::String& value) { SetRuleSetBody(value); return *this;} /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline CreateMatchmakingRuleSetRequest& WithRuleSetBody(Aws::String&& value) { SetRuleSetBody(std::move(value)); return *this;} /** *A collection of matchmaking rules, formatted as a JSON string. Comments are * not allowed in JSON, but most elements support a description field.
*/ inline CreateMatchmakingRuleSetRequest& WithRuleSetBody(const char* value) { SetRuleSetBody(value); return *this;} /** *A list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline const Aws::VectorA list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *A list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline void SetTags(const Aws::VectorA list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline void SetTags(Aws::VectorA list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateMatchmakingRuleSetRequest& WithTags(const Aws::VectorA list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateMatchmakingRuleSetRequest& WithTags(Aws::VectorA list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateMatchmakingRuleSetRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *A list of labels to assign to the new matchmaking rule set resource. Tags are * developer-defined key-value pairs. Tagging AWS resources are useful for resource * management, access management and cost allocation. For more information, see Tagging * AWS Resources in the AWS General Reference. Once the resource is * created, you can use TagResource, UntagResource, and * ListTagsForResource to add, remove, and view tags. The maximum tag limit * may be lower than stated. See the AWS General Reference for actual tagging * limits.
*/ inline CreateMatchmakingRuleSetRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_name; bool m_nameHasBeenSet; Aws::String m_ruleSetBody; bool m_ruleSetBodyHasBeenSet; Aws::Vector