Struct aws_sdk_cognitoidentityprovider::operation::get_csv_header::builders::GetCsvHeaderOutputBuilder
source · #[non_exhaustive]pub struct GetCsvHeaderOutputBuilder { /* private fields */ }Expand description
A builder for GetCsvHeaderOutput.
Implementations§
source§impl GetCsvHeaderOutputBuilder
impl GetCsvHeaderOutputBuilder
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.
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 csv_header(self, input: impl Into<String>) -> Self
pub fn csv_header(self, input: impl Into<String>) -> Self
Appends an item to csv_header.
To override the contents of this collection use set_csv_header.
The header information of the CSV file for the user import job.
sourcepub fn set_csv_header(self, input: Option<Vec<String>>) -> Self
pub fn set_csv_header(self, input: Option<Vec<String>>) -> Self
The header information of the CSV file for the user import job.
sourcepub fn get_csv_header(&self) -> &Option<Vec<String>>
pub fn get_csv_header(&self) -> &Option<Vec<String>>
The header information of the CSV file for the user import job.
sourcepub fn build(self) -> GetCsvHeaderOutput
pub fn build(self) -> GetCsvHeaderOutput
Consumes the builder and constructs a GetCsvHeaderOutput.
Trait Implementations§
source§impl Clone for GetCsvHeaderOutputBuilder
impl Clone for GetCsvHeaderOutputBuilder
source§fn clone(&self) -> GetCsvHeaderOutputBuilder
fn clone(&self) -> GetCsvHeaderOutputBuilder
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 GetCsvHeaderOutputBuilder
impl Debug for GetCsvHeaderOutputBuilder
source§impl Default for GetCsvHeaderOutputBuilder
impl Default for GetCsvHeaderOutputBuilder
source§fn default() -> GetCsvHeaderOutputBuilder
fn default() -> GetCsvHeaderOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetCsvHeaderOutputBuilder
impl PartialEq for GetCsvHeaderOutputBuilder
source§fn eq(&self, other: &GetCsvHeaderOutputBuilder) -> bool
fn eq(&self, other: &GetCsvHeaderOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCsvHeaderOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetCsvHeaderOutputBuilder
impl Send for GetCsvHeaderOutputBuilder
impl Sync for GetCsvHeaderOutputBuilder
impl Unpin for GetCsvHeaderOutputBuilder
impl UnwindSafe for GetCsvHeaderOutputBuilder
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.