Struct aws_sdk_apigatewayv2::operation::get_integration_response::builders::GetIntegrationResponseInputBuilder
source · #[non_exhaustive]pub struct GetIntegrationResponseInputBuilder { /* private fields */ }
Expand description
A builder for GetIntegrationResponseInput
.
Implementations§
source§impl GetIntegrationResponseInputBuilder
impl GetIntegrationResponseInputBuilder
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<GetIntegrationResponseInput, BuildError>
pub fn build(self) -> Result<GetIntegrationResponseInput, BuildError>
Consumes the builder and constructs a GetIntegrationResponseInput
.
source§impl GetIntegrationResponseInputBuilder
impl GetIntegrationResponseInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetIntegrationResponseOutput, SdkError<GetIntegrationResponseError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetIntegrationResponseOutput, SdkError<GetIntegrationResponseError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetIntegrationResponseInputBuilder
impl Clone for GetIntegrationResponseInputBuilder
source§fn clone(&self) -> GetIntegrationResponseInputBuilder
fn clone(&self) -> GetIntegrationResponseInputBuilder
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 GetIntegrationResponseInputBuilder
impl Default for GetIntegrationResponseInputBuilder
source§fn default() -> GetIntegrationResponseInputBuilder
fn default() -> GetIntegrationResponseInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetIntegrationResponseInputBuilder> for GetIntegrationResponseInputBuilder
impl PartialEq<GetIntegrationResponseInputBuilder> for GetIntegrationResponseInputBuilder
source§fn eq(&self, other: &GetIntegrationResponseInputBuilder) -> bool
fn eq(&self, other: &GetIntegrationResponseInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetIntegrationResponseInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetIntegrationResponseInputBuilder
impl Send for GetIntegrationResponseInputBuilder
impl Sync for GetIntegrationResponseInputBuilder
impl Unpin for GetIntegrationResponseInputBuilder
impl UnwindSafe for GetIntegrationResponseInputBuilder
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