Struct aws_sdk_cloudfront::input::UpdatePublicKeyInput
source · #[non_exhaustive]pub struct UpdatePublicKeyInput { /* private fields */ }
Implementations§
source§impl UpdatePublicKeyInput
impl UpdatePublicKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePublicKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePublicKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePublicKey
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePublicKeyInput
.
source§impl UpdatePublicKeyInput
impl UpdatePublicKeyInput
sourcepub fn public_key_config(&self) -> Option<&PublicKeyConfig>
pub fn public_key_config(&self) -> Option<&PublicKeyConfig>
A public key configuration.
Trait Implementations§
source§impl Clone for UpdatePublicKeyInput
impl Clone for UpdatePublicKeyInput
source§fn clone(&self) -> UpdatePublicKeyInput
fn clone(&self) -> UpdatePublicKeyInput
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 UpdatePublicKeyInput
impl Debug for UpdatePublicKeyInput
source§impl PartialEq<UpdatePublicKeyInput> for UpdatePublicKeyInput
impl PartialEq<UpdatePublicKeyInput> for UpdatePublicKeyInput
source§fn eq(&self, other: &UpdatePublicKeyInput) -> bool
fn eq(&self, other: &UpdatePublicKeyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.