#[non_exhaustive]pub struct DecodeAuthorizationMessageInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DecodeAuthorizationMessageInput
impl Clone for DecodeAuthorizationMessageInput
source§fn clone(&self) -> DecodeAuthorizationMessageInput
fn clone(&self) -> DecodeAuthorizationMessageInput
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 PartialEq<DecodeAuthorizationMessageInput> for DecodeAuthorizationMessageInput
impl PartialEq<DecodeAuthorizationMessageInput> for DecodeAuthorizationMessageInput
source§fn eq(&self, other: &DecodeAuthorizationMessageInput) -> bool
fn eq(&self, other: &DecodeAuthorizationMessageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.