Struct aws_sdk_athena::operation::get_capacity_assignment_configuration::builders::GetCapacityAssignmentConfigurationFluentBuilder
source · pub struct GetCapacityAssignmentConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetCapacityAssignmentConfiguration.
Gets the capacity assignment configuration for a capacity reservation, if one exists.
Implementations§
source§impl GetCapacityAssignmentConfigurationFluentBuilder
impl GetCapacityAssignmentConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &GetCapacityAssignmentConfigurationInputBuilder
pub fn as_input(&self) -> &GetCapacityAssignmentConfigurationInputBuilder
Access the GetCapacityAssignmentConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<GetCapacityAssignmentConfigurationOutput, SdkError<GetCapacityAssignmentConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<GetCapacityAssignmentConfigurationOutput, SdkError<GetCapacityAssignmentConfigurationError, 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<GetCapacityAssignmentConfigurationOutput, GetCapacityAssignmentConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<GetCapacityAssignmentConfigurationOutput, GetCapacityAssignmentConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn capacity_reservation_name(self, input: impl Into<String>) -> Self
pub fn capacity_reservation_name(self, input: impl Into<String>) -> Self
The name of the capacity reservation to retrieve the capacity assignment configuration for.
sourcepub fn set_capacity_reservation_name(self, input: Option<String>) -> Self
pub fn set_capacity_reservation_name(self, input: Option<String>) -> Self
The name of the capacity reservation to retrieve the capacity assignment configuration for.
sourcepub fn get_capacity_reservation_name(&self) -> &Option<String>
pub fn get_capacity_reservation_name(&self) -> &Option<String>
The name of the capacity reservation to retrieve the capacity assignment configuration for.
Trait Implementations§
source§impl Clone for GetCapacityAssignmentConfigurationFluentBuilder
impl Clone for GetCapacityAssignmentConfigurationFluentBuilder
source§fn clone(&self) -> GetCapacityAssignmentConfigurationFluentBuilder
fn clone(&self) -> GetCapacityAssignmentConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more