aws_sdk_sts/operation/get_caller_identity/
_get_caller_identity_input.rs
1#[allow(missing_docs)] #[non_exhaustive]
4#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
5pub struct GetCallerIdentityInput {}
6impl GetCallerIdentityInput {
7 pub fn builder() -> crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder {
9 crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder::default()
10 }
11}
12
13#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
15#[non_exhaustive]
16pub struct GetCallerIdentityInputBuilder {}
17impl GetCallerIdentityInputBuilder {
18 pub fn build(
20 self,
21 ) -> ::std::result::Result<crate::operation::get_caller_identity::GetCallerIdentityInput, ::aws_smithy_types::error::operation::BuildError> {
22 ::std::result::Result::Ok(crate::operation::get_caller_identity::GetCallerIdentityInput {})
23 }
24}