#[non_exhaustive]pub struct GetNotificationConfigurationInput { /* private fields */ }
Expand description
The structure representing the GetNotificationConfigurationRequest.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetNotificationConfigurationInput
impl Clone for GetNotificationConfigurationInput
sourcefn clone(&self) -> GetNotificationConfigurationInput
fn clone(&self) -> GetNotificationConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetNotificationConfigurationInput> for GetNotificationConfigurationInput
impl PartialEq<GetNotificationConfigurationInput> for GetNotificationConfigurationInput
sourcefn eq(&self, other: &GetNotificationConfigurationInput) -> bool
fn eq(&self, other: &GetNotificationConfigurationInput) -> bool
impl StructuralPartialEq for GetNotificationConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for GetNotificationConfigurationInput
impl Send for GetNotificationConfigurationInput
impl Sync for GetNotificationConfigurationInput
impl Unpin for GetNotificationConfigurationInput
impl UnwindSafe for GetNotificationConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more