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