Struct aws_sdk_gamelift::operation::create_matchmaking_rule_set::CreateMatchmakingRuleSetInput
source · #[non_exhaustive]pub struct CreateMatchmakingRuleSetInput { /* private fields */ }
Implementations§
source§impl CreateMatchmakingRuleSetInput
impl CreateMatchmakingRuleSetInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A unique identifier for the 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.
sourcepub fn rule_set_body(&self) -> Option<&str>
pub fn rule_set_body(&self) -> Option<&str>
A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
source§impl CreateMatchmakingRuleSetInput
impl CreateMatchmakingRuleSetInput
sourcepub fn builder() -> CreateMatchmakingRuleSetInputBuilder
pub fn builder() -> CreateMatchmakingRuleSetInputBuilder
Creates a new builder-style object to manufacture CreateMatchmakingRuleSetInput
.
source§impl CreateMatchmakingRuleSetInput
impl CreateMatchmakingRuleSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMatchmakingRuleSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateMatchmakingRuleSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateMatchmakingRuleSet
>
Trait Implementations§
source§impl Clone for CreateMatchmakingRuleSetInput
impl Clone for CreateMatchmakingRuleSetInput
source§fn clone(&self) -> CreateMatchmakingRuleSetInput
fn clone(&self) -> CreateMatchmakingRuleSetInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateMatchmakingRuleSetInput> for CreateMatchmakingRuleSetInput
impl PartialEq<CreateMatchmakingRuleSetInput> for CreateMatchmakingRuleSetInput
source§fn eq(&self, other: &CreateMatchmakingRuleSetInput) -> bool
fn eq(&self, other: &CreateMatchmakingRuleSetInput) -> bool
self
and other
values to be equal, and is used
by ==
.