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