Struct aws_sdk_securityhub::types::builders::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
source · #[non_exhaustive]pub struct AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder { /* private fields */ }
Expand description
Implementations§
source§impl AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
sourcepub fn cloud_watch_logs_log_group(
self,
input: AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
) -> Self
pub fn cloud_watch_logs_log_group( self, input: AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails ) -> Self
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
sourcepub fn set_cloud_watch_logs_log_group(
self,
input: Option<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails>
) -> Self
pub fn set_cloud_watch_logs_log_group( self, input: Option<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails> ) -> Self
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
sourcepub fn get_cloud_watch_logs_log_group(
&self
) -> &Option<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails>
pub fn get_cloud_watch_logs_log_group( &self ) -> &Option<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails>
An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
sourcepub fn build(
self
) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails
pub fn build( self ) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails
Consumes the builder and constructs a AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails
.
Trait Implementations§
source§impl Clone for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl Clone for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
source§fn clone(
&self
) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
fn clone( &self ) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
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 AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl Default for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
source§fn default(
) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
fn default( ) -> AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl PartialEq for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
source§fn eq(
&self,
other: &AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
Auto Trait Implementations§
impl Freeze for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl RefUnwindSafe for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl Send for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl Sync for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl Unpin for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
impl UnwindSafe for AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.