Struct aws_sdk_cognitoidentityprovider::operation::verify_software_token::builders::VerifySoftwareTokenOutputBuilder
source · #[non_exhaustive]pub struct VerifySoftwareTokenOutputBuilder { /* private fields */ }Expand description
A builder for VerifySoftwareTokenOutput.
Implementations§
source§impl VerifySoftwareTokenOutputBuilder
impl VerifySoftwareTokenOutputBuilder
sourcepub fn status(self, input: VerifySoftwareTokenResponseType) -> Self
pub fn status(self, input: VerifySoftwareTokenResponseType) -> Self
The status of the verify software token.
sourcepub fn set_status(self, input: Option<VerifySoftwareTokenResponseType>) -> Self
pub fn set_status(self, input: Option<VerifySoftwareTokenResponseType>) -> Self
The status of the verify software token.
sourcepub fn get_status(&self) -> &Option<VerifySoftwareTokenResponseType>
pub fn get_status(&self) -> &Option<VerifySoftwareTokenResponseType>
The status of the verify software token.
sourcepub fn session(self, input: impl Into<String>) -> Self
pub fn session(self, input: impl Into<String>) -> Self
The session that should be passed both ways in challenge-response calls to the service.
sourcepub fn set_session(self, input: Option<String>) -> Self
pub fn set_session(self, input: Option<String>) -> Self
The session that should be passed both ways in challenge-response calls to the service.
sourcepub fn get_session(&self) -> &Option<String>
pub fn get_session(&self) -> &Option<String>
The session that should be passed both ways in challenge-response calls to the service.
sourcepub fn build(self) -> VerifySoftwareTokenOutput
pub fn build(self) -> VerifySoftwareTokenOutput
Consumes the builder and constructs a VerifySoftwareTokenOutput.
Trait Implementations§
source§impl Clone for VerifySoftwareTokenOutputBuilder
impl Clone for VerifySoftwareTokenOutputBuilder
source§fn clone(&self) -> VerifySoftwareTokenOutputBuilder
fn clone(&self) -> VerifySoftwareTokenOutputBuilder
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 Default for VerifySoftwareTokenOutputBuilder
impl Default for VerifySoftwareTokenOutputBuilder
source§fn default() -> VerifySoftwareTokenOutputBuilder
fn default() -> VerifySoftwareTokenOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VerifySoftwareTokenOutputBuilder
impl PartialEq for VerifySoftwareTokenOutputBuilder
source§fn eq(&self, other: &VerifySoftwareTokenOutputBuilder) -> bool
fn eq(&self, other: &VerifySoftwareTokenOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VerifySoftwareTokenOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VerifySoftwareTokenOutputBuilder
impl Send for VerifySoftwareTokenOutputBuilder
impl Sync for VerifySoftwareTokenOutputBuilder
impl Unpin for VerifySoftwareTokenOutputBuilder
impl UnwindSafe for VerifySoftwareTokenOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.