#[non_exhaustive]pub struct GetNotificationConfigurationInput { /* private fields */ }
Expand description
The structure representing the GetNotificationConfigurationRequest.
Implementations§
source§impl GetNotificationConfigurationInput
impl GetNotificationConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNotificationConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNotificationConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetNotificationConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNotificationConfigurationInput
.
source§impl GetNotificationConfigurationInput
impl GetNotificationConfigurationInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group we want to get the notification configuration for.
Trait Implementations§
source§impl Clone for GetNotificationConfigurationInput
impl Clone for GetNotificationConfigurationInput
source§fn clone(&self) -> GetNotificationConfigurationInput
fn clone(&self) -> GetNotificationConfigurationInput
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 PartialEq<GetNotificationConfigurationInput> for GetNotificationConfigurationInput
impl PartialEq<GetNotificationConfigurationInput> for GetNotificationConfigurationInput
source§fn eq(&self, other: &GetNotificationConfigurationInput) -> bool
fn eq(&self, other: &GetNotificationConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.