Struct aws_sdk_apigatewayv2::operation::delete_integration_response::builders::DeleteIntegrationResponseInputBuilder
source · #[non_exhaustive]pub struct DeleteIntegrationResponseInputBuilder { /* private fields */ }
Expand description
A builder for DeleteIntegrationResponseInput
.
Implementations§
source§impl DeleteIntegrationResponseInputBuilder
impl DeleteIntegrationResponseInputBuilder
sourcepub fn set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API identifier.
sourcepub fn get_api_id(&self) -> &Option<String>
pub fn get_api_id(&self) -> &Option<String>
The API identifier.
sourcepub fn integration_id(self, input: impl Into<String>) -> Self
pub fn integration_id(self, input: impl Into<String>) -> Self
The integration ID.
sourcepub fn set_integration_id(self, input: Option<String>) -> Self
pub fn set_integration_id(self, input: Option<String>) -> Self
The integration ID.
sourcepub fn get_integration_id(&self) -> &Option<String>
pub fn get_integration_id(&self) -> &Option<String>
The integration ID.
sourcepub fn integration_response_id(self, input: impl Into<String>) -> Self
pub fn integration_response_id(self, input: impl Into<String>) -> Self
The integration response ID.
sourcepub fn set_integration_response_id(self, input: Option<String>) -> Self
pub fn set_integration_response_id(self, input: Option<String>) -> Self
The integration response ID.
sourcepub fn get_integration_response_id(&self) -> &Option<String>
pub fn get_integration_response_id(&self) -> &Option<String>
The integration response ID.
sourcepub fn build(self) -> Result<DeleteIntegrationResponseInput, BuildError>
pub fn build(self) -> Result<DeleteIntegrationResponseInput, BuildError>
Consumes the builder and constructs a DeleteIntegrationResponseInput
.
source§impl DeleteIntegrationResponseInputBuilder
impl DeleteIntegrationResponseInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteIntegrationResponseOutput, SdkError<DeleteIntegrationResponseError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteIntegrationResponseOutput, SdkError<DeleteIntegrationResponseError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteIntegrationResponseInputBuilder
impl Clone for DeleteIntegrationResponseInputBuilder
source§fn clone(&self) -> DeleteIntegrationResponseInputBuilder
fn clone(&self) -> DeleteIntegrationResponseInputBuilder
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 Default for DeleteIntegrationResponseInputBuilder
impl Default for DeleteIntegrationResponseInputBuilder
source§fn default() -> DeleteIntegrationResponseInputBuilder
fn default() -> DeleteIntegrationResponseInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteIntegrationResponseInputBuilder> for DeleteIntegrationResponseInputBuilder
impl PartialEq<DeleteIntegrationResponseInputBuilder> for DeleteIntegrationResponseInputBuilder
source§fn eq(&self, other: &DeleteIntegrationResponseInputBuilder) -> bool
fn eq(&self, other: &DeleteIntegrationResponseInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteIntegrationResponseInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteIntegrationResponseInputBuilder
impl Send for DeleteIntegrationResponseInputBuilder
impl Sync for DeleteIntegrationResponseInputBuilder
impl Unpin for DeleteIntegrationResponseInputBuilder
impl UnwindSafe for DeleteIntegrationResponseInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more