Struct aws_sdk_route53resolver::operation::create_firewall_rule_group::CreateFirewallRuleGroupInput
source · #[non_exhaustive]pub struct CreateFirewallRuleGroupInput { /* private fields */ }Implementations§
source§impl CreateFirewallRuleGroupInput
impl CreateFirewallRuleGroupInput
sourcepub fn creator_request_id(&self) -> Option<&str>
pub fn creator_request_id(&self) -> Option<&str>
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A name that lets you identify the rule group, to manage and use it.
A list of the tag keys and values that you want to associate with the rule group.
source§impl CreateFirewallRuleGroupInput
impl CreateFirewallRuleGroupInput
sourcepub fn builder() -> CreateFirewallRuleGroupInputBuilder
pub fn builder() -> CreateFirewallRuleGroupInputBuilder
Creates a new builder-style object to manufacture CreateFirewallRuleGroupInput.
source§impl CreateFirewallRuleGroupInput
impl CreateFirewallRuleGroupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFirewallRuleGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateFirewallRuleGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFirewallRuleGroup>
Trait Implementations§
source§impl Clone for CreateFirewallRuleGroupInput
impl Clone for CreateFirewallRuleGroupInput
source§fn clone(&self) -> CreateFirewallRuleGroupInput
fn clone(&self) -> CreateFirewallRuleGroupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateFirewallRuleGroupInput
impl Debug for CreateFirewallRuleGroupInput
source§impl PartialEq<CreateFirewallRuleGroupInput> for CreateFirewallRuleGroupInput
impl PartialEq<CreateFirewallRuleGroupInput> for CreateFirewallRuleGroupInput
source§fn eq(&self, other: &CreateFirewallRuleGroupInput) -> bool
fn eq(&self, other: &CreateFirewallRuleGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.