Struct aws_sdk_apigatewayv2::operation::get_integration_responses::GetIntegrationResponsesOutput
source · #[non_exhaustive]pub struct GetIntegrationResponsesOutput { /* private fields */ }
Implementations§
source§impl GetIntegrationResponsesOutput
impl GetIntegrationResponsesOutput
sourcepub fn items(&self) -> Option<&[IntegrationResponse]>
pub fn items(&self) -> Option<&[IntegrationResponse]>
The elements from this collection.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next page of elements from this collection. Not valid for the last element of the collection.
source§impl GetIntegrationResponsesOutput
impl GetIntegrationResponsesOutput
sourcepub fn builder() -> GetIntegrationResponsesOutputBuilder
pub fn builder() -> GetIntegrationResponsesOutputBuilder
Creates a new builder-style object to manufacture GetIntegrationResponsesOutput
.
Trait Implementations§
source§impl Clone for GetIntegrationResponsesOutput
impl Clone for GetIntegrationResponsesOutput
source§fn clone(&self) -> GetIntegrationResponsesOutput
fn clone(&self) -> GetIntegrationResponsesOutput
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 PartialEq<GetIntegrationResponsesOutput> for GetIntegrationResponsesOutput
impl PartialEq<GetIntegrationResponsesOutput> for GetIntegrationResponsesOutput
source§fn eq(&self, other: &GetIntegrationResponsesOutput) -> bool
fn eq(&self, other: &GetIntegrationResponsesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetIntegrationResponsesOutput
impl RequestId for GetIntegrationResponsesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetIntegrationResponsesOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetIntegrationResponsesOutput
impl Send for GetIntegrationResponsesOutput
impl Sync for GetIntegrationResponsesOutput
impl Unpin for GetIntegrationResponsesOutput
impl UnwindSafe for GetIntegrationResponsesOutput
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