#[non_exhaustive]pub struct GetApiCacheInputBuilder { /* private fields */ }
Expand description
A builder for GetApiCacheInput
.
Implementations§
source§impl GetApiCacheInputBuilder
impl GetApiCacheInputBuilder
sourcepub fn set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API ID.
sourcepub fn build(self) -> Result<GetApiCacheInput, BuildError>
pub fn build(self) -> Result<GetApiCacheInput, BuildError>
Consumes the builder and constructs a GetApiCacheInput
.
Trait Implementations§
source§impl Clone for GetApiCacheInputBuilder
impl Clone for GetApiCacheInputBuilder
source§fn clone(&self) -> GetApiCacheInputBuilder
fn clone(&self) -> GetApiCacheInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetApiCacheInputBuilder
impl Debug for GetApiCacheInputBuilder
source§impl Default for GetApiCacheInputBuilder
impl Default for GetApiCacheInputBuilder
source§fn default() -> GetApiCacheInputBuilder
fn default() -> GetApiCacheInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetApiCacheInputBuilder> for GetApiCacheInputBuilder
impl PartialEq<GetApiCacheInputBuilder> for GetApiCacheInputBuilder
source§fn eq(&self, other: &GetApiCacheInputBuilder) -> bool
fn eq(&self, other: &GetApiCacheInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.