Struct aws_sdk_route53resolver::operation::put_resolver_rule_policy::PutResolverRulePolicyOutput
source · #[non_exhaustive]pub struct PutResolverRulePolicyOutput { /* private fields */ }Expand description
The response to a PutResolverRulePolicy request.
Implementations§
source§impl PutResolverRulePolicyOutput
impl PutResolverRulePolicyOutput
sourcepub fn return_value(&self) -> bool
pub fn return_value(&self) -> bool
Whether the PutResolverRulePolicy request was successful.
source§impl PutResolverRulePolicyOutput
impl PutResolverRulePolicyOutput
sourcepub fn builder() -> PutResolverRulePolicyOutputBuilder
pub fn builder() -> PutResolverRulePolicyOutputBuilder
Creates a new builder-style object to manufacture PutResolverRulePolicyOutput.
Trait Implementations§
source§impl Clone for PutResolverRulePolicyOutput
impl Clone for PutResolverRulePolicyOutput
source§fn clone(&self) -> PutResolverRulePolicyOutput
fn clone(&self) -> PutResolverRulePolicyOutput
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 PutResolverRulePolicyOutput
impl Debug for PutResolverRulePolicyOutput
source§impl PartialEq<PutResolverRulePolicyOutput> for PutResolverRulePolicyOutput
impl PartialEq<PutResolverRulePolicyOutput> for PutResolverRulePolicyOutput
source§fn eq(&self, other: &PutResolverRulePolicyOutput) -> bool
fn eq(&self, other: &PutResolverRulePolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutResolverRulePolicyOutput
impl RequestId for PutResolverRulePolicyOutput
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.