#[non_exhaustive]pub struct UpdateResolverRuleOutput { /* private fields */ }Implementations§
source§impl UpdateResolverRuleOutput
impl UpdateResolverRuleOutput
sourcepub fn resolver_rule(&self) -> Option<&ResolverRule>
pub fn resolver_rule(&self) -> Option<&ResolverRule>
The response to an UpdateResolverRule request.
source§impl UpdateResolverRuleOutput
impl UpdateResolverRuleOutput
sourcepub fn builder() -> UpdateResolverRuleOutputBuilder
pub fn builder() -> UpdateResolverRuleOutputBuilder
Creates a new builder-style object to manufacture UpdateResolverRuleOutput.
Trait Implementations§
source§impl Clone for UpdateResolverRuleOutput
impl Clone for UpdateResolverRuleOutput
source§fn clone(&self) -> UpdateResolverRuleOutput
fn clone(&self) -> UpdateResolverRuleOutput
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 UpdateResolverRuleOutput
impl Debug for UpdateResolverRuleOutput
source§impl PartialEq<UpdateResolverRuleOutput> for UpdateResolverRuleOutput
impl PartialEq<UpdateResolverRuleOutput> for UpdateResolverRuleOutput
source§fn eq(&self, other: &UpdateResolverRuleOutput) -> bool
fn eq(&self, other: &UpdateResolverRuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateResolverRuleOutput
impl RequestId for UpdateResolverRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.