#[non_exhaustive]pub struct UpdateResolverRuleInput { /* private fields */ }Implementations§
source§impl UpdateResolverRuleInput
impl UpdateResolverRuleInput
sourcepub fn resolver_rule_id(&self) -> Option<&str>
pub fn resolver_rule_id(&self) -> Option<&str>
The ID of the Resolver rule that you want to update.
sourcepub fn config(&self) -> Option<&ResolverRuleConfig>
pub fn config(&self) -> Option<&ResolverRuleConfig>
The new settings for the Resolver rule.
source§impl UpdateResolverRuleInput
impl UpdateResolverRuleInput
sourcepub fn builder() -> UpdateResolverRuleInputBuilder
pub fn builder() -> UpdateResolverRuleInputBuilder
Creates a new builder-style object to manufacture UpdateResolverRuleInput.
source§impl UpdateResolverRuleInput
impl UpdateResolverRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResolverRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateResolverRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResolverRule>
Trait Implementations§
source§impl Clone for UpdateResolverRuleInput
impl Clone for UpdateResolverRuleInput
source§fn clone(&self) -> UpdateResolverRuleInput
fn clone(&self) -> UpdateResolverRuleInput
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 UpdateResolverRuleInput
impl Debug for UpdateResolverRuleInput
source§impl PartialEq<UpdateResolverRuleInput> for UpdateResolverRuleInput
impl PartialEq<UpdateResolverRuleInput> for UpdateResolverRuleInput
source§fn eq(&self, other: &UpdateResolverRuleInput) -> bool
fn eq(&self, other: &UpdateResolverRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.