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