Struct aws_sdk_cloudfront::operation::update_key_value_store::builders::UpdateKeyValueStoreFluentBuilder
source · pub struct UpdateKeyValueStoreFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateKeyValueStore
.
Specifies the Key Value Store to update.
Implementations§
source§impl UpdateKeyValueStoreFluentBuilder
impl UpdateKeyValueStoreFluentBuilder
sourcepub fn as_input(&self) -> &UpdateKeyValueStoreInputBuilder
pub fn as_input(&self) -> &UpdateKeyValueStoreInputBuilder
Access the UpdateKeyValueStore as a reference.
sourcepub async fn send(
self
) -> Result<UpdateKeyValueStoreOutput, SdkError<UpdateKeyValueStoreError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateKeyValueStoreOutput, SdkError<UpdateKeyValueStoreError, 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<UpdateKeyValueStoreOutput, UpdateKeyValueStoreError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateKeyValueStoreOutput, UpdateKeyValueStoreError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Key Value Store to update.
sourcepub fn comment(self, input: impl Into<String>) -> Self
pub fn comment(self, input: impl Into<String>) -> Self
The comment of the Key Value Store to update.
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
The comment of the Key Value Store to update.
sourcepub fn get_comment(&self) -> &Option<String>
pub fn get_comment(&self) -> &Option<String>
The comment of the Key Value Store to update.
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The Key Value Store to update, if a match occurs.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The Key Value Store to update, if a match occurs.
sourcepub fn get_if_match(&self) -> &Option<String>
pub fn get_if_match(&self) -> &Option<String>
The Key Value Store to update, if a match occurs.
Trait Implementations§
source§impl Clone for UpdateKeyValueStoreFluentBuilder
impl Clone for UpdateKeyValueStoreFluentBuilder
source§fn clone(&self) -> UpdateKeyValueStoreFluentBuilder
fn clone(&self) -> UpdateKeyValueStoreFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more