#[non_exhaustive]pub struct ImportCertificateOutput { /* private fields */ }Implementations§
source§impl ImportCertificateOutput
impl ImportCertificateOutput
sourcepub fn certificate(&self) -> Option<&Certificate>
pub fn certificate(&self) -> Option<&Certificate>
The certificate to be uploaded.
source§impl ImportCertificateOutput
impl ImportCertificateOutput
sourcepub fn builder() -> ImportCertificateOutputBuilder
pub fn builder() -> ImportCertificateOutputBuilder
Creates a new builder-style object to manufacture ImportCertificateOutput.
Trait Implementations§
source§impl Clone for ImportCertificateOutput
impl Clone for ImportCertificateOutput
source§fn clone(&self) -> ImportCertificateOutput
fn clone(&self) -> ImportCertificateOutput
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 ImportCertificateOutput
impl Debug for ImportCertificateOutput
source§impl PartialEq<ImportCertificateOutput> for ImportCertificateOutput
impl PartialEq<ImportCertificateOutput> for ImportCertificateOutput
source§fn eq(&self, other: &ImportCertificateOutput) -> bool
fn eq(&self, other: &ImportCertificateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ImportCertificateOutput
impl RequestId for ImportCertificateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.