Struct aws_sdk_drs::types::builders::LicensingBuilder
source · #[non_exhaustive]pub struct LicensingBuilder { /* private fields */ }Expand description
A builder for Licensing.
Implementations§
source§impl LicensingBuilder
impl LicensingBuilder
sourcepub fn set_os_byol(self, input: Option<bool>) -> Self
pub fn set_os_byol(self, input: Option<bool>) -> Self
Whether to enable "Bring your own license" or not.
sourcepub fn get_os_byol(&self) -> &Option<bool>
pub fn get_os_byol(&self) -> &Option<bool>
Whether to enable "Bring your own license" or not.
Trait Implementations§
source§impl Clone for LicensingBuilder
impl Clone for LicensingBuilder
source§fn clone(&self) -> LicensingBuilder
fn clone(&self) -> LicensingBuilder
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 LicensingBuilder
impl Debug for LicensingBuilder
source§impl Default for LicensingBuilder
impl Default for LicensingBuilder
source§fn default() -> LicensingBuilder
fn default() -> LicensingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LicensingBuilder
impl PartialEq for LicensingBuilder
source§fn eq(&self, other: &LicensingBuilder) -> bool
fn eq(&self, other: &LicensingBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LicensingBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LicensingBuilder
impl Send for LicensingBuilder
impl Sync for LicensingBuilder
impl Unpin for LicensingBuilder
impl UnwindSafe for LicensingBuilder
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.