Struct aws_sdk_cognitoidentityprovider::operation::get_csv_header::builders::GetCsvHeaderInputBuilder
source · #[non_exhaustive]pub struct GetCsvHeaderInputBuilder { /* private fields */ }Expand description
A builder for GetCsvHeaderInput.
Implementations§
source§impl GetCsvHeaderInputBuilder
impl GetCsvHeaderInputBuilder
sourcepub fn user_pool_id(self, input: impl Into<String>) -> Self
pub fn user_pool_id(self, input: impl Into<String>) -> Self
The user pool ID for the user pool that the users are to be imported into.
This field is required.sourcepub fn set_user_pool_id(self, input: Option<String>) -> Self
pub fn set_user_pool_id(self, input: Option<String>) -> Self
The user pool ID for the user pool that the users are to be imported into.
sourcepub fn get_user_pool_id(&self) -> &Option<String>
pub fn get_user_pool_id(&self) -> &Option<String>
The user pool ID for the user pool that the users are to be imported into.
sourcepub fn build(self) -> Result<GetCsvHeaderInput, BuildError>
pub fn build(self) -> Result<GetCsvHeaderInput, BuildError>
Consumes the builder and constructs a GetCsvHeaderInput.
source§impl GetCsvHeaderInputBuilder
impl GetCsvHeaderInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetCsvHeaderOutput, SdkError<GetCSVHeaderError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetCsvHeaderOutput, SdkError<GetCSVHeaderError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetCsvHeaderInputBuilder
impl Clone for GetCsvHeaderInputBuilder
source§fn clone(&self) -> GetCsvHeaderInputBuilder
fn clone(&self) -> GetCsvHeaderInputBuilder
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 GetCsvHeaderInputBuilder
impl Debug for GetCsvHeaderInputBuilder
source§impl Default for GetCsvHeaderInputBuilder
impl Default for GetCsvHeaderInputBuilder
source§fn default() -> GetCsvHeaderInputBuilder
fn default() -> GetCsvHeaderInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetCsvHeaderInputBuilder
impl PartialEq for GetCsvHeaderInputBuilder
source§fn eq(&self, other: &GetCsvHeaderInputBuilder) -> bool
fn eq(&self, other: &GetCsvHeaderInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCsvHeaderInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetCsvHeaderInputBuilder
impl Send for GetCsvHeaderInputBuilder
impl Sync for GetCsvHeaderInputBuilder
impl Unpin for GetCsvHeaderInputBuilder
impl UnwindSafe for GetCsvHeaderInputBuilder
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.