Struct aws_sdk_waf::operation::put_logging_configuration::builders::PutLoggingConfigurationOutputBuilder
source · #[non_exhaustive]pub struct PutLoggingConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for PutLoggingConfigurationOutput.
Implementations§
source§impl PutLoggingConfigurationOutputBuilder
impl PutLoggingConfigurationOutputBuilder
sourcepub fn logging_configuration(self, input: LoggingConfiguration) -> Self
pub fn logging_configuration(self, input: LoggingConfiguration) -> Self
The LoggingConfiguration that you submitted in the request.
sourcepub fn set_logging_configuration(
self,
input: Option<LoggingConfiguration>
) -> Self
pub fn set_logging_configuration( self, input: Option<LoggingConfiguration> ) -> Self
The LoggingConfiguration that you submitted in the request.
sourcepub fn build(self) -> PutLoggingConfigurationOutput
pub fn build(self) -> PutLoggingConfigurationOutput
Consumes the builder and constructs a PutLoggingConfigurationOutput.
Trait Implementations§
source§impl Clone for PutLoggingConfigurationOutputBuilder
impl Clone for PutLoggingConfigurationOutputBuilder
source§fn clone(&self) -> PutLoggingConfigurationOutputBuilder
fn clone(&self) -> PutLoggingConfigurationOutputBuilder
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 PutLoggingConfigurationOutputBuilder
impl Default for PutLoggingConfigurationOutputBuilder
source§fn default() -> PutLoggingConfigurationOutputBuilder
fn default() -> PutLoggingConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutLoggingConfigurationOutputBuilder> for PutLoggingConfigurationOutputBuilder
impl PartialEq<PutLoggingConfigurationOutputBuilder> for PutLoggingConfigurationOutputBuilder
source§fn eq(&self, other: &PutLoggingConfigurationOutputBuilder) -> bool
fn eq(&self, other: &PutLoggingConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.