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