#[non_exhaustive]pub struct GetCallerIdentityInputBuilder {}
Expand description
A builder for GetCallerIdentityInput
.
Implementations§
Source§impl GetCallerIdentityInputBuilder
impl GetCallerIdentityInputBuilder
Sourcepub fn build(self) -> Result<GetCallerIdentityInput, BuildError>
pub fn build(self) -> Result<GetCallerIdentityInput, BuildError>
Consumes the builder and constructs a GetCallerIdentityInput
.
Source§impl GetCallerIdentityInputBuilder
impl GetCallerIdentityInputBuilder
Sourcepub async fn send_with(
self,
client: &Client,
) -> Result<GetCallerIdentityOutput, SdkError<GetCallerIdentityError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<GetCallerIdentityOutput, SdkError<GetCallerIdentityError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
Source§impl Clone for GetCallerIdentityInputBuilder
impl Clone for GetCallerIdentityInputBuilder
Source§fn clone(&self) -> GetCallerIdentityInputBuilder
fn clone(&self) -> GetCallerIdentityInputBuilder
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 GetCallerIdentityInputBuilder
impl Default for GetCallerIdentityInputBuilder
Source§fn default() -> GetCallerIdentityInputBuilder
fn default() -> GetCallerIdentityInputBuilder
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCallerIdentityInputBuilder
impl PartialEq for GetCallerIdentityInputBuilder
Source§fn eq(&self, other: &GetCallerIdentityInputBuilder) -> bool
fn eq(&self, other: &GetCallerIdentityInputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCallerIdentityInputBuilder
Auto Trait Implementations§
impl Freeze for GetCallerIdentityInputBuilder
impl RefUnwindSafe for GetCallerIdentityInputBuilder
impl Send for GetCallerIdentityInputBuilder
impl Sync for GetCallerIdentityInputBuilder
impl Unpin for GetCallerIdentityInputBuilder
impl UnwindSafe for GetCallerIdentityInputBuilder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.