aws-sdk-snowdevicemanagement 1.78.0

AWS SDK for AWS Snow Device Management
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// <p>A structure used to unlock a device.</p>
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct Unlock {}
impl Unlock {
    /// Creates a new builder-style object to manufacture [`Unlock`](crate::types::Unlock).
    pub fn builder() -> crate::types::builders::UnlockBuilder {
        crate::types::builders::UnlockBuilder::default()
    }
}

/// A builder for [`Unlock`](crate::types::Unlock).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct UnlockBuilder {}
impl UnlockBuilder {
    /// Consumes the builder and constructs a [`Unlock`](crate::types::Unlock).
    pub fn build(self) -> crate::types::Unlock {
        crate::types::Unlock {}
    }
}