Struct aws_sdk_codestarnotifications::operation::describe_notification_rule::DescribeNotificationRuleInput
source · #[non_exhaustive]pub struct DescribeNotificationRuleInput { /* private fields */ }Implementations§
source§impl DescribeNotificationRuleInput
impl DescribeNotificationRuleInput
sourcepub fn builder() -> DescribeNotificationRuleInputBuilder
pub fn builder() -> DescribeNotificationRuleInputBuilder
Creates a new builder-style object to manufacture DescribeNotificationRuleInput.
source§impl DescribeNotificationRuleInput
impl DescribeNotificationRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeNotificationRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeNotificationRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeNotificationRule>
Trait Implementations§
source§impl Clone for DescribeNotificationRuleInput
impl Clone for DescribeNotificationRuleInput
source§fn clone(&self) -> DescribeNotificationRuleInput
fn clone(&self) -> DescribeNotificationRuleInput
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<DescribeNotificationRuleInput> for DescribeNotificationRuleInput
impl PartialEq<DescribeNotificationRuleInput> for DescribeNotificationRuleInput
source§fn eq(&self, other: &DescribeNotificationRuleInput) -> bool
fn eq(&self, other: &DescribeNotificationRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.