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