Struct aws_sdk_sagemaker::model::usd::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Usd
.
Implementations§
source§impl Builder
impl Builder
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.