Struct aws_sdk_cognitoidentityprovider::operation::get_csv_header::builders::GetCSVHeaderFluentBuilder
source · pub struct GetCSVHeaderFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetCSVHeader.
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
Implementations§
source§impl GetCSVHeaderFluentBuilder
impl GetCSVHeaderFluentBuilder
sourcepub fn as_input(&self) -> &GetCsvHeaderInputBuilder
pub fn as_input(&self) -> &GetCsvHeaderInputBuilder
Access the GetCSVHeader as a reference.
sourcepub async fn send(
self
) -> Result<GetCsvHeaderOutput, SdkError<GetCSVHeaderError, HttpResponse>>
pub async fn send( self ) -> Result<GetCsvHeaderOutput, SdkError<GetCSVHeaderError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetCsvHeaderOutput, GetCSVHeaderError, Self>
pub fn customize( self ) -> CustomizableOperation<GetCsvHeaderOutput, GetCSVHeaderError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
Trait Implementations§
source§impl Clone for GetCSVHeaderFluentBuilder
impl Clone for GetCSVHeaderFluentBuilder
source§fn clone(&self) -> GetCSVHeaderFluentBuilder
fn clone(&self) -> GetCSVHeaderFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more