Struct aws_sdk_amplify::input::CreateWebhookInput
source · [−]#[non_exhaustive]pub struct CreateWebhookInput { /* private fields */ }Expand description
The request structure for the create webhook request.
Implementations
sourceimpl CreateWebhookInput
impl CreateWebhookInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWebhook, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWebhook, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateWebhook>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWebhookInput.
Trait Implementations
sourceimpl Clone for CreateWebhookInput
impl Clone for CreateWebhookInput
sourcefn clone(&self) -> CreateWebhookInput
fn clone(&self) -> CreateWebhookInput
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 Debug for CreateWebhookInput
impl Debug for CreateWebhookInput
sourceimpl PartialEq<CreateWebhookInput> for CreateWebhookInput
impl PartialEq<CreateWebhookInput> for CreateWebhookInput
sourcefn eq(&self, other: &CreateWebhookInput) -> bool
fn eq(&self, other: &CreateWebhookInput) -> bool
impl StructuralPartialEq for CreateWebhookInput
Auto Trait Implementations
impl RefUnwindSafe for CreateWebhookInput
impl Send for CreateWebhookInput
impl Sync for CreateWebhookInput
impl Unpin for CreateWebhookInput
impl UnwindSafe for CreateWebhookInput
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