Struct aws_sdk_sagemaker::types::builders::UsdBuilder
source · #[non_exhaustive]pub struct UsdBuilder { /* private fields */ }
Expand description
A builder for Usd
.
Implementations§
source§impl UsdBuilder
impl UsdBuilder
sourcepub fn set_dollars(self, input: Option<i32>) -> Self
pub fn set_dollars(self, input: Option<i32>) -> Self
The whole number of dollars in the amount.
sourcepub fn set_cents(self, input: Option<i32>) -> Self
pub fn set_cents(self, input: Option<i32>) -> Self
The fractional portion, in cents, of the amount.
sourcepub fn tenth_fractions_of_a_cent(self, input: i32) -> Self
pub fn tenth_fractions_of_a_cent(self, input: i32) -> Self
Fractions of a cent, in tenths.
sourcepub fn set_tenth_fractions_of_a_cent(self, input: Option<i32>) -> Self
pub fn set_tenth_fractions_of_a_cent(self, input: Option<i32>) -> Self
Fractions of a cent, in tenths.
Trait Implementations§
source§impl Clone for UsdBuilder
impl Clone for UsdBuilder
source§fn clone(&self) -> UsdBuilder
fn clone(&self) -> UsdBuilder
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 UsdBuilder
impl Debug for UsdBuilder
source§impl Default for UsdBuilder
impl Default for UsdBuilder
source§fn default() -> UsdBuilder
fn default() -> UsdBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UsdBuilder> for UsdBuilder
impl PartialEq<UsdBuilder> for UsdBuilder
source§fn eq(&self, other: &UsdBuilder) -> bool
fn eq(&self, other: &UsdBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.