Struct aws_sdk_codeguruprofiler::operation::get_notification_configuration::builders::GetNotificationConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetNotificationConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetNotificationConfigurationOutput
.
Implementations§
source§impl GetNotificationConfigurationOutputBuilder
impl GetNotificationConfigurationOutputBuilder
sourcepub fn notification_configuration(
self,
input: NotificationConfiguration
) -> Self
pub fn notification_configuration( self, input: NotificationConfiguration ) -> Self
The current notification configuration for this profiling group.
sourcepub fn set_notification_configuration(
self,
input: Option<NotificationConfiguration>
) -> Self
pub fn set_notification_configuration( self, input: Option<NotificationConfiguration> ) -> Self
The current notification configuration for this profiling group.
sourcepub fn build(self) -> GetNotificationConfigurationOutput
pub fn build(self) -> GetNotificationConfigurationOutput
Consumes the builder and constructs a GetNotificationConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetNotificationConfigurationOutputBuilder
impl Clone for GetNotificationConfigurationOutputBuilder
source§fn clone(&self) -> GetNotificationConfigurationOutputBuilder
fn clone(&self) -> GetNotificationConfigurationOutputBuilder
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 GetNotificationConfigurationOutputBuilder
impl Default for GetNotificationConfigurationOutputBuilder
source§fn default() -> GetNotificationConfigurationOutputBuilder
fn default() -> GetNotificationConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetNotificationConfigurationOutputBuilder> for GetNotificationConfigurationOutputBuilder
impl PartialEq<GetNotificationConfigurationOutputBuilder> for GetNotificationConfigurationOutputBuilder
source§fn eq(&self, other: &GetNotificationConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetNotificationConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.