Struct aws_sdk_codepipeline::input::PutWebhookInput
source · #[non_exhaustive]pub struct PutWebhookInput { /* private fields */ }
Implementations§
source§impl PutWebhookInput
impl PutWebhookInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutWebhook, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutWebhook, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutWebhook
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutWebhookInput
.
source§impl PutWebhookInput
impl PutWebhookInput
sourcepub fn webhook(&self) -> Option<&WebhookDefinition>
pub fn webhook(&self) -> Option<&WebhookDefinition>
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
The tags for the webhook.
Trait Implementations§
source§impl Clone for PutWebhookInput
impl Clone for PutWebhookInput
source§fn clone(&self) -> PutWebhookInput
fn clone(&self) -> PutWebhookInput
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 Debug for PutWebhookInput
impl Debug for PutWebhookInput
source§impl PartialEq<PutWebhookInput> for PutWebhookInput
impl PartialEq<PutWebhookInput> for PutWebhookInput
source§fn eq(&self, other: &PutWebhookInput) -> bool
fn eq(&self, other: &PutWebhookInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.