#[non_exhaustive]pub struct DeleteFileCacheInputBuilder { /* private fields */ }Expand description
A builder for DeleteFileCacheInput.
Implementations§
source§impl DeleteFileCacheInputBuilder
impl DeleteFileCacheInputBuilder
sourcepub fn file_cache_id(self, input: impl Into<String>) -> Self
pub fn file_cache_id(self, input: impl Into<String>) -> Self
The ID of the cache that's being deleted.
sourcepub fn set_file_cache_id(self, input: Option<String>) -> Self
pub fn set_file_cache_id(self, input: Option<String>) -> Self
The ID of the cache that's being deleted.
sourcepub fn get_file_cache_id(&self) -> &Option<String>
pub fn get_file_cache_id(&self) -> &Option<String>
The ID of the cache that's being deleted.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
sourcepub fn build(self) -> Result<DeleteFileCacheInput, BuildError>
pub fn build(self) -> Result<DeleteFileCacheInput, BuildError>
Consumes the builder and constructs a DeleteFileCacheInput.
source§impl DeleteFileCacheInputBuilder
impl DeleteFileCacheInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteFileCacheOutput, SdkError<DeleteFileCacheError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteFileCacheOutput, SdkError<DeleteFileCacheError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteFileCacheInputBuilder
impl Clone for DeleteFileCacheInputBuilder
source§fn clone(&self) -> DeleteFileCacheInputBuilder
fn clone(&self) -> DeleteFileCacheInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteFileCacheInputBuilder
impl Debug for DeleteFileCacheInputBuilder
source§impl Default for DeleteFileCacheInputBuilder
impl Default for DeleteFileCacheInputBuilder
source§fn default() -> DeleteFileCacheInputBuilder
fn default() -> DeleteFileCacheInputBuilder
source§impl PartialEq<DeleteFileCacheInputBuilder> for DeleteFileCacheInputBuilder
impl PartialEq<DeleteFileCacheInputBuilder> for DeleteFileCacheInputBuilder
source§fn eq(&self, other: &DeleteFileCacheInputBuilder) -> bool
fn eq(&self, other: &DeleteFileCacheInputBuilder) -> bool
self and other values to be equal, and is used
by ==.