#[non_exhaustive]pub struct CreateApiKeyOutputBuilder { /* private fields */ }
Expand description
A builder for CreateApiKeyOutput
.
Implementations§
source§impl CreateApiKeyOutputBuilder
impl CreateApiKeyOutputBuilder
sourcepub fn set_api_key(self, input: Option<ApiKey>) -> Self
pub fn set_api_key(self, input: Option<ApiKey>) -> Self
The API key.
sourcepub fn build(self) -> CreateApiKeyOutput
pub fn build(self) -> CreateApiKeyOutput
Consumes the builder and constructs a CreateApiKeyOutput
.
Trait Implementations§
source§impl Clone for CreateApiKeyOutputBuilder
impl Clone for CreateApiKeyOutputBuilder
source§fn clone(&self) -> CreateApiKeyOutputBuilder
fn clone(&self) -> CreateApiKeyOutputBuilder
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 CreateApiKeyOutputBuilder
impl Debug for CreateApiKeyOutputBuilder
source§impl Default for CreateApiKeyOutputBuilder
impl Default for CreateApiKeyOutputBuilder
source§fn default() -> CreateApiKeyOutputBuilder
fn default() -> CreateApiKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateApiKeyOutputBuilder> for CreateApiKeyOutputBuilder
impl PartialEq<CreateApiKeyOutputBuilder> for CreateApiKeyOutputBuilder
source§fn eq(&self, other: &CreateApiKeyOutputBuilder) -> bool
fn eq(&self, other: &CreateApiKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.