#[non_exhaustive]pub struct GetTrustStoreCertificateInput { /* private fields */ }
Implementations§
source§impl GetTrustStoreCertificateInput
impl GetTrustStoreCertificateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTrustStoreCertificate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTrustStoreCertificate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTrustStoreCertificate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTrustStoreCertificateInput
.
source§impl GetTrustStoreCertificateInput
impl GetTrustStoreCertificateInput
sourcepub fn trust_store_arn(&self) -> Option<&str>
pub fn trust_store_arn(&self) -> Option<&str>
The ARN of the trust store certificate.
sourcepub fn thumbprint(&self) -> Option<&str>
pub fn thumbprint(&self) -> Option<&str>
The thumbprint of the trust store certificate.
Trait Implementations§
source§impl Clone for GetTrustStoreCertificateInput
impl Clone for GetTrustStoreCertificateInput
source§fn clone(&self) -> GetTrustStoreCertificateInput
fn clone(&self) -> GetTrustStoreCertificateInput
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 PartialEq<GetTrustStoreCertificateInput> for GetTrustStoreCertificateInput
impl PartialEq<GetTrustStoreCertificateInput> for GetTrustStoreCertificateInput
source§fn eq(&self, other: &GetTrustStoreCertificateInput) -> bool
fn eq(&self, other: &GetTrustStoreCertificateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.