Struct aws_sdk_cloudfront::operation::get_public_key_config::builders::GetPublicKeyConfigInputBuilder
source · #[non_exhaustive]pub struct GetPublicKeyConfigInputBuilder { /* private fields */ }
Expand description
A builder for GetPublicKeyConfigInput
.
Implementations§
source§impl GetPublicKeyConfigInputBuilder
impl GetPublicKeyConfigInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the public key whose configuration you are getting.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the public key whose configuration you are getting.
sourcepub fn build(self) -> Result<GetPublicKeyConfigInput, BuildError>
pub fn build(self) -> Result<GetPublicKeyConfigInput, BuildError>
Consumes the builder and constructs a GetPublicKeyConfigInput
.
Trait Implementations§
source§impl Clone for GetPublicKeyConfigInputBuilder
impl Clone for GetPublicKeyConfigInputBuilder
source§fn clone(&self) -> GetPublicKeyConfigInputBuilder
fn clone(&self) -> GetPublicKeyConfigInputBuilder
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 Default for GetPublicKeyConfigInputBuilder
impl Default for GetPublicKeyConfigInputBuilder
source§fn default() -> GetPublicKeyConfigInputBuilder
fn default() -> GetPublicKeyConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPublicKeyConfigInputBuilder> for GetPublicKeyConfigInputBuilder
impl PartialEq<GetPublicKeyConfigInputBuilder> for GetPublicKeyConfigInputBuilder
source§fn eq(&self, other: &GetPublicKeyConfigInputBuilder) -> bool
fn eq(&self, other: &GetPublicKeyConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.