Struct aws_sdk_route53resolver::operation::get_resolver_query_log_config_policy::builders::GetResolverQueryLogConfigPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetResolverQueryLogConfigPolicyOutputBuilder { /* private fields */ }Expand description
A builder for GetResolverQueryLogConfigPolicyOutput.
Implementations§
source§impl GetResolverQueryLogConfigPolicyOutputBuilder
impl GetResolverQueryLogConfigPolicyOutputBuilder
sourcepub fn resolver_query_log_config_policy(self, input: impl Into<String>) -> Self
pub fn resolver_query_log_config_policy(self, input: impl Into<String>) -> Self
Information about the query logging policy for the query logging configuration that you specified in a GetResolverQueryLogConfigPolicy request.
sourcepub fn set_resolver_query_log_config_policy(self, input: Option<String>) -> Self
pub fn set_resolver_query_log_config_policy(self, input: Option<String>) -> Self
Information about the query logging policy for the query logging configuration that you specified in a GetResolverQueryLogConfigPolicy request.
sourcepub fn build(self) -> GetResolverQueryLogConfigPolicyOutput
pub fn build(self) -> GetResolverQueryLogConfigPolicyOutput
Consumes the builder and constructs a GetResolverQueryLogConfigPolicyOutput.
Trait Implementations§
source§impl Clone for GetResolverQueryLogConfigPolicyOutputBuilder
impl Clone for GetResolverQueryLogConfigPolicyOutputBuilder
source§fn clone(&self) -> GetResolverQueryLogConfigPolicyOutputBuilder
fn clone(&self) -> GetResolverQueryLogConfigPolicyOutputBuilder
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 Default for GetResolverQueryLogConfigPolicyOutputBuilder
impl Default for GetResolverQueryLogConfigPolicyOutputBuilder
source§fn default() -> GetResolverQueryLogConfigPolicyOutputBuilder
fn default() -> GetResolverQueryLogConfigPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetResolverQueryLogConfigPolicyOutputBuilder> for GetResolverQueryLogConfigPolicyOutputBuilder
impl PartialEq<GetResolverQueryLogConfigPolicyOutputBuilder> for GetResolverQueryLogConfigPolicyOutputBuilder
source§fn eq(&self, other: &GetResolverQueryLogConfigPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetResolverQueryLogConfigPolicyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.