Struct aws_sdk_sts::input::DecodeAuthorizationMessageInput
source · [−]#[non_exhaustive]pub struct DecodeAuthorizationMessageInput { /* private fields */ }Implementations
sourceimpl DecodeAuthorizationMessageInput
impl DecodeAuthorizationMessageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DecodeAuthorizationMessage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DecodeAuthorizationMessage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DecodeAuthorizationMessage>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecodeAuthorizationMessageInput.
sourceimpl DecodeAuthorizationMessageInput
impl DecodeAuthorizationMessageInput
sourcepub fn encoded_message(&self) -> Option<&str>
pub fn encoded_message(&self) -> Option<&str>
The encoded message that was returned with the response.
Trait Implementations
sourceimpl Clone for DecodeAuthorizationMessageInput
impl Clone for DecodeAuthorizationMessageInput
sourcefn clone(&self) -> DecodeAuthorizationMessageInput
fn clone(&self) -> DecodeAuthorizationMessageInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DecodeAuthorizationMessageInput> for DecodeAuthorizationMessageInput
impl PartialEq<DecodeAuthorizationMessageInput> for DecodeAuthorizationMessageInput
sourcefn eq(&self, other: &DecodeAuthorizationMessageInput) -> bool
fn eq(&self, other: &DecodeAuthorizationMessageInput) -> bool
impl StructuralPartialEq for DecodeAuthorizationMessageInput
Auto Trait Implementations
impl RefUnwindSafe for DecodeAuthorizationMessageInput
impl Send for DecodeAuthorizationMessageInput
impl Sync for DecodeAuthorizationMessageInput
impl Unpin for DecodeAuthorizationMessageInput
impl UnwindSafe for DecodeAuthorizationMessageInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more