Struct aws_sdk_iot::input::AcceptCertificateTransferInput
source · [−]#[non_exhaustive]pub struct AcceptCertificateTransferInput { /* private fields */ }Expand description
The input for the AcceptCertificateTransfer operation.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for AcceptCertificateTransferInput
impl Clone for AcceptCertificateTransferInput
sourcefn clone(&self) -> AcceptCertificateTransferInput
fn clone(&self) -> AcceptCertificateTransferInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AcceptCertificateTransferInput> for AcceptCertificateTransferInput
impl PartialEq<AcceptCertificateTransferInput> for AcceptCertificateTransferInput
sourcefn eq(&self, other: &AcceptCertificateTransferInput) -> bool
fn eq(&self, other: &AcceptCertificateTransferInput) -> bool
impl StructuralPartialEq for AcceptCertificateTransferInput
Auto Trait Implementations
impl RefUnwindSafe for AcceptCertificateTransferInput
impl Send for AcceptCertificateTransferInput
impl Sync for AcceptCertificateTransferInput
impl Unpin for AcceptCertificateTransferInput
impl UnwindSafe for AcceptCertificateTransferInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more