Struct aws_sdk_cognitoidentityprovider::operation::delete_user_pool_domain::builders::DeleteUserPoolDomainFluentBuilder
source · pub struct DeleteUserPoolDomainFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteUserPoolDomain.
Deletes a domain for a user pool.
Implementations§
source§impl DeleteUserPoolDomainFluentBuilder
impl DeleteUserPoolDomainFluentBuilder
sourcepub fn as_input(&self) -> &DeleteUserPoolDomainInputBuilder
pub fn as_input(&self) -> &DeleteUserPoolDomainInputBuilder
Access the DeleteUserPoolDomain as a reference.
sourcepub async fn send(
self
) -> Result<DeleteUserPoolDomainOutput, SdkError<DeleteUserPoolDomainError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteUserPoolDomainOutput, SdkError<DeleteUserPoolDomainError, 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<DeleteUserPoolDomainOutput, DeleteUserPoolDomainError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteUserPoolDomainOutput, DeleteUserPoolDomainError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn domain(self, input: impl Into<String>) -> Self
pub fn domain(self, input: impl Into<String>) -> Self
The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.
sourcepub fn set_domain(self, input: Option<String>) -> Self
pub fn set_domain(self, input: Option<String>) -> Self
The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.
sourcepub fn get_domain(&self) -> &Option<String>
pub fn get_domain(&self) -> &Option<String>
The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.
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.
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.
sourcepub fn get_user_pool_id(&self) -> &Option<String>
pub fn get_user_pool_id(&self) -> &Option<String>
The user pool ID.
Trait Implementations§
source§impl Clone for DeleteUserPoolDomainFluentBuilder
impl Clone for DeleteUserPoolDomainFluentBuilder
source§fn clone(&self) -> DeleteUserPoolDomainFluentBuilder
fn clone(&self) -> DeleteUserPoolDomainFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more