Struct aws_sdk_sts::input::GetCallerIdentityInput
source · #[non_exhaustive]pub struct GetCallerIdentityInput {}
Implementations§
source§impl GetCallerIdentityInput
impl GetCallerIdentityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCallerIdentity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetCallerIdentity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCallerIdentity
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCallerIdentityInput
.
Trait Implementations§
source§impl Clone for GetCallerIdentityInput
impl Clone for GetCallerIdentityInput
source§fn clone(&self) -> GetCallerIdentityInput
fn clone(&self) -> GetCallerIdentityInput
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 Debug for GetCallerIdentityInput
impl Debug for GetCallerIdentityInput
source§impl PartialEq<GetCallerIdentityInput> for GetCallerIdentityInput
impl PartialEq<GetCallerIdentityInput> for GetCallerIdentityInput
source§fn eq(&self, other: &GetCallerIdentityInput) -> bool
fn eq(&self, other: &GetCallerIdentityInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.