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