Struct aws_sdk_cognitoidentityprovider::operation::admin_get_device::builders::AdminGetDeviceOutputBuilder
source · #[non_exhaustive]pub struct AdminGetDeviceOutputBuilder { /* private fields */ }Expand description
A builder for AdminGetDeviceOutput.
Implementations§
source§impl AdminGetDeviceOutputBuilder
impl AdminGetDeviceOutputBuilder
sourcepub fn device(self, input: DeviceType) -> Self
pub fn device(self, input: DeviceType) -> Self
The device.
This field is required.sourcepub fn set_device(self, input: Option<DeviceType>) -> Self
pub fn set_device(self, input: Option<DeviceType>) -> Self
The device.
sourcepub fn get_device(&self) -> &Option<DeviceType>
pub fn get_device(&self) -> &Option<DeviceType>
The device.
sourcepub fn build(self) -> AdminGetDeviceOutput
pub fn build(self) -> AdminGetDeviceOutput
Consumes the builder and constructs a AdminGetDeviceOutput.
Trait Implementations§
source§impl Clone for AdminGetDeviceOutputBuilder
impl Clone for AdminGetDeviceOutputBuilder
source§fn clone(&self) -> AdminGetDeviceOutputBuilder
fn clone(&self) -> AdminGetDeviceOutputBuilder
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 AdminGetDeviceOutputBuilder
impl Debug for AdminGetDeviceOutputBuilder
source§impl Default for AdminGetDeviceOutputBuilder
impl Default for AdminGetDeviceOutputBuilder
source§fn default() -> AdminGetDeviceOutputBuilder
fn default() -> AdminGetDeviceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AdminGetDeviceOutputBuilder
impl PartialEq for AdminGetDeviceOutputBuilder
source§fn eq(&self, other: &AdminGetDeviceOutputBuilder) -> bool
fn eq(&self, other: &AdminGetDeviceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AdminGetDeviceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AdminGetDeviceOutputBuilder
impl Send for AdminGetDeviceOutputBuilder
impl Sync for AdminGetDeviceOutputBuilder
impl Unpin for AdminGetDeviceOutputBuilder
impl UnwindSafe for AdminGetDeviceOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.