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