aws_sdk_sts/operation/get_caller_identity/
_get_caller_identity_input.rs#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetCallerIdentityInput {}
impl GetCallerIdentityInput {
pub fn builder() -> crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder {
crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct GetCallerIdentityInputBuilder {}
impl GetCallerIdentityInputBuilder {
pub fn build(
self,
) -> ::std::result::Result<crate::operation::get_caller_identity::GetCallerIdentityInput, ::aws_smithy_types::error::operation::BuildError> {
::std::result::Result::Ok(crate::operation::get_caller_identity::GetCallerIdentityInput {})
}
}