#[non_exhaustive]pub struct UpdateIntegrationResponseInput { /* private fields */ }Expand description
Represents an update integration response request.
Implementations
sourceimpl UpdateIntegrationResponseInput
impl UpdateIntegrationResponseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIntegrationResponse, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIntegrationResponse, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateIntegrationResponse>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIntegrationResponseInput.
sourceimpl UpdateIntegrationResponseInput
impl UpdateIntegrationResponseInput
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>
Specifies an update integration response request's resource identifier.
sourcepub fn http_method(&self) -> Option<&str>
pub fn http_method(&self) -> Option<&str>
Specifies an update integration response request's HTTP method.
sourcepub fn status_code(&self) -> Option<&str>
pub fn status_code(&self) -> Option<&str>
Specifies an update integration response request's status code.
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 UpdateIntegrationResponseInput
impl Clone for UpdateIntegrationResponseInput
sourcefn clone(&self) -> UpdateIntegrationResponseInput
fn clone(&self) -> UpdateIntegrationResponseInput
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 PartialEq<UpdateIntegrationResponseInput> for UpdateIntegrationResponseInput
impl PartialEq<UpdateIntegrationResponseInput> for UpdateIntegrationResponseInput
sourcefn eq(&self, other: &UpdateIntegrationResponseInput) -> bool
fn eq(&self, other: &UpdateIntegrationResponseInput) -> bool
impl StructuralPartialEq for UpdateIntegrationResponseInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateIntegrationResponseInput
impl Send for UpdateIntegrationResponseInput
impl Sync for UpdateIntegrationResponseInput
impl Unpin for UpdateIntegrationResponseInput
impl UnwindSafe for UpdateIntegrationResponseInput
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