Struct aws_sdk_cognitoidentityprovider::operation::resend_confirmation_code::builders::ResendConfirmationCodeOutputBuilder
source · #[non_exhaustive]pub struct ResendConfirmationCodeOutputBuilder { /* private fields */ }Expand description
A builder for ResendConfirmationCodeOutput.
Implementations§
source§impl ResendConfirmationCodeOutputBuilder
impl ResendConfirmationCodeOutputBuilder
sourcepub fn code_delivery_details(self, input: CodeDeliveryDetailsType) -> Self
pub fn code_delivery_details(self, input: CodeDeliveryDetailsType) -> Self
The code delivery details returned by the server in response to the request to resend the confirmation code.
sourcepub fn set_code_delivery_details(
self,
input: Option<CodeDeliveryDetailsType>
) -> Self
pub fn set_code_delivery_details( self, input: Option<CodeDeliveryDetailsType> ) -> Self
The code delivery details returned by the server in response to the request to resend the confirmation code.
sourcepub fn get_code_delivery_details(&self) -> &Option<CodeDeliveryDetailsType>
pub fn get_code_delivery_details(&self) -> &Option<CodeDeliveryDetailsType>
The code delivery details returned by the server in response to the request to resend the confirmation code.
sourcepub fn build(self) -> ResendConfirmationCodeOutput
pub fn build(self) -> ResendConfirmationCodeOutput
Consumes the builder and constructs a ResendConfirmationCodeOutput.
Trait Implementations§
source§impl Clone for ResendConfirmationCodeOutputBuilder
impl Clone for ResendConfirmationCodeOutputBuilder
source§fn clone(&self) -> ResendConfirmationCodeOutputBuilder
fn clone(&self) -> ResendConfirmationCodeOutputBuilder
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 ResendConfirmationCodeOutputBuilder
impl Default for ResendConfirmationCodeOutputBuilder
source§fn default() -> ResendConfirmationCodeOutputBuilder
fn default() -> ResendConfirmationCodeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ResendConfirmationCodeOutputBuilder
impl PartialEq for ResendConfirmationCodeOutputBuilder
source§fn eq(&self, other: &ResendConfirmationCodeOutputBuilder) -> bool
fn eq(&self, other: &ResendConfirmationCodeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ResendConfirmationCodeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResendConfirmationCodeOutputBuilder
impl Send for ResendConfirmationCodeOutputBuilder
impl Sync for ResendConfirmationCodeOutputBuilder
impl Unpin for ResendConfirmationCodeOutputBuilder
impl UnwindSafe for ResendConfirmationCodeOutputBuilder
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.