pub struct GetConfigFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetConfig.
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.
Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.
Implementations§
source§impl GetConfigFluentBuilder
impl GetConfigFluentBuilder
sourcepub fn as_input(&self) -> &GetConfigInputBuilder
pub fn as_input(&self) -> &GetConfigInputBuilder
Access the GetConfig as a reference.
sourcepub async fn send(
self
) -> Result<GetConfigOutput, SdkError<GetConfigError, HttpResponse>>
pub async fn send( self ) -> Result<GetConfigOutput, SdkError<GetConfigError, 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<GetConfigOutput, GetConfigError>, SdkError<GetConfigError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetConfigOutput, GetConfigError>, SdkError<GetConfigError>>
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.
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.
sourcepub fn get_client_arn(&self) -> &Option<String>
pub fn get_client_arn(&self) -> &Option<String>
The ARN of the client.
sourcepub fn client_version(self, input: ClientVersion) -> Self
pub fn client_version(self, input: ClientVersion) -> Self
The client version.
sourcepub fn set_client_version(self, input: Option<ClientVersion>) -> Self
pub fn set_client_version(self, input: Option<ClientVersion>) -> Self
The client version.
sourcepub fn get_client_version(&self) -> &Option<ClientVersion>
pub fn get_client_version(&self) -> &Option<ClientVersion>
The client version.
sourcepub fn hapg_list(self, input: impl Into<String>) -> Self
pub fn hapg_list(self, input: impl Into<String>) -> Self
Appends an item to HapgList.
To override the contents of this collection use set_hapg_list.
A list of ARNs that identify the high-availability partition groups that are associated with the client.
sourcepub fn set_hapg_list(self, input: Option<Vec<String>>) -> Self
pub fn set_hapg_list(self, input: Option<Vec<String>>) -> Self
A list of ARNs that identify the high-availability partition groups that are associated with the client.
sourcepub fn get_hapg_list(&self) -> &Option<Vec<String>>
pub fn get_hapg_list(&self) -> &Option<Vec<String>>
A list of ARNs that identify the high-availability partition groups that are associated with the client.
Trait Implementations§
source§impl Clone for GetConfigFluentBuilder
impl Clone for GetConfigFluentBuilder
source§fn clone(&self) -> GetConfigFluentBuilder
fn clone(&self) -> GetConfigFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more