Struct aws_sdk_cloudhsm::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder
source · pub struct DeleteLunaClientFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteLunaClient.
This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.
For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.
Deletes a client.
Implementations§
source§impl DeleteLunaClientFluentBuilder
impl DeleteLunaClientFluentBuilder
sourcepub fn as_input(&self) -> &DeleteLunaClientInputBuilder
pub fn as_input(&self) -> &DeleteLunaClientInputBuilder
Access the DeleteLunaClient as a reference.
sourcepub async fn send(
self
) -> Result<DeleteLunaClientOutput, SdkError<DeleteLunaClientError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteLunaClientOutput, SdkError<DeleteLunaClientError, 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 async fn customize(
self
) -> Result<CustomizableOperation<DeleteLunaClientOutput, DeleteLunaClientError>, SdkError<DeleteLunaClientError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteLunaClientOutput, DeleteLunaClientError>, SdkError<DeleteLunaClientError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn client_arn(self, input: impl Into<String>) -> Self
pub fn client_arn(self, input: impl Into<String>) -> Self
The ARN of the client to delete.
sourcepub fn set_client_arn(self, input: Option<String>) -> Self
pub fn set_client_arn(self, input: Option<String>) -> Self
The ARN of the client to delete.
sourcepub fn get_client_arn(&self) -> &Option<String>
pub fn get_client_arn(&self) -> &Option<String>
The ARN of the client to delete.
Trait Implementations§
source§impl Clone for DeleteLunaClientFluentBuilder
impl Clone for DeleteLunaClientFluentBuilder
source§fn clone(&self) -> DeleteLunaClientFluentBuilder
fn clone(&self) -> DeleteLunaClientFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more