pub struct CancelResizeFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CancelResize
.
Cancels a resize operation for a cluster.
Implementations§
source§impl CancelResizeFluentBuilder
impl CancelResizeFluentBuilder
sourcepub fn as_input(&self) -> &CancelResizeInputBuilder
pub fn as_input(&self) -> &CancelResizeInputBuilder
Access the CancelResize as a reference.
sourcepub async fn send(
self
) -> Result<CancelResizeOutput, SdkError<CancelResizeError, HttpResponse>>
pub async fn send( self ) -> Result<CancelResizeOutput, SdkError<CancelResizeError, 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<CancelResizeOutput, CancelResizeError, Self>
pub fn customize( self ) -> CustomizableOperation<CancelResizeOutput, CancelResizeError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn cluster_identifier(self, input: impl Into<String>) -> Self
pub fn cluster_identifier(self, input: impl Into<String>) -> Self
The unique identifier for the cluster that you want to cancel a resize operation for.
sourcepub fn set_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_cluster_identifier(self, input: Option<String>) -> Self
The unique identifier for the cluster that you want to cancel a resize operation for.
sourcepub fn get_cluster_identifier(&self) -> &Option<String>
pub fn get_cluster_identifier(&self) -> &Option<String>
The unique identifier for the cluster that you want to cancel a resize operation for.
Trait Implementations§
source§impl Clone for CancelResizeFluentBuilder
impl Clone for CancelResizeFluentBuilder
source§fn clone(&self) -> CancelResizeFluentBuilder
fn clone(&self) -> CancelResizeFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more