Struct aws_sdk_iot::input::AcceptCertificateTransferInput
source · #[non_exhaustive]pub struct AcceptCertificateTransferInput { /* private fields */ }
Expand description
The input for the AcceptCertificateTransfer operation.
Implementations§
source§impl AcceptCertificateTransferInput
impl AcceptCertificateTransferInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptCertificateTransfer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptCertificateTransfer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptCertificateTransfer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceptCertificateTransferInput
.
source§impl AcceptCertificateTransferInput
impl AcceptCertificateTransferInput
sourcepub fn certificate_id(&self) -> Option<&str>
pub fn certificate_id(&self) -> Option<&str>
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
sourcepub fn set_as_active(&self) -> bool
pub fn set_as_active(&self) -> bool
Specifies whether the certificate is active.
Trait Implementations§
source§impl Clone for AcceptCertificateTransferInput
impl Clone for AcceptCertificateTransferInput
source§fn clone(&self) -> AcceptCertificateTransferInput
fn clone(&self) -> AcceptCertificateTransferInput
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<AcceptCertificateTransferInput> for AcceptCertificateTransferInput
impl PartialEq<AcceptCertificateTransferInput> for AcceptCertificateTransferInput
source§fn eq(&self, other: &AcceptCertificateTransferInput) -> bool
fn eq(&self, other: &AcceptCertificateTransferInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.