Struct aws_sdk_apigateway::input::UpdateIntegrationInput
source · [−]#[non_exhaustive]pub struct UpdateIntegrationInput { /* private fields */ }Expand description
Represents an update integration request.
Implementations
sourceimpl UpdateIntegrationInput
impl UpdateIntegrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIntegration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIntegration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateIntegration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIntegrationInput.
sourceimpl UpdateIntegrationInput
impl UpdateIntegrationInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
Represents an update integration request's resource identifier.
sourcepub fn http_method(&self) -> Option<&str>
pub fn http_method(&self) -> Option<&str>
Represents an update integration request's HTTP method.
sourcepub fn patch_operations(&self) -> Option<&[PatchOperation]>
pub fn patch_operations(&self) -> Option<&[PatchOperation]>
For more information about supported patch operations, see Patch Operations.
Trait Implementations
sourceimpl Clone for UpdateIntegrationInput
impl Clone for UpdateIntegrationInput
sourcefn clone(&self) -> UpdateIntegrationInput
fn clone(&self) -> UpdateIntegrationInput
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 UpdateIntegrationInput
impl Debug for UpdateIntegrationInput
sourceimpl PartialEq<UpdateIntegrationInput> for UpdateIntegrationInput
impl PartialEq<UpdateIntegrationInput> for UpdateIntegrationInput
sourcefn eq(&self, other: &UpdateIntegrationInput) -> bool
fn eq(&self, other: &UpdateIntegrationInput) -> bool
impl StructuralPartialEq for UpdateIntegrationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateIntegrationInput
impl Send for UpdateIntegrationInput
impl Sync for UpdateIntegrationInput
impl Unpin for UpdateIntegrationInput
impl UnwindSafe for UpdateIntegrationInput
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