Struct aws_sdk_quicksight::model::IntegerDefaultValues
source · #[non_exhaustive]pub struct IntegerDefaultValues { /* private fields */ }
Expand description
The default values of the IntegerParameterDeclaration
.
Implementations§
source§impl IntegerDefaultValues
impl IntegerDefaultValues
sourcepub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
pub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.
sourcepub fn static_values(&self) -> Option<&[i64]>
pub fn static_values(&self) -> Option<&[i64]>
The static values of the IntegerDefaultValues
.
source§impl IntegerDefaultValues
impl IntegerDefaultValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IntegerDefaultValues
.
Trait Implementations§
source§impl Clone for IntegerDefaultValues
impl Clone for IntegerDefaultValues
source§fn clone(&self) -> IntegerDefaultValues
fn clone(&self) -> IntegerDefaultValues
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 IntegerDefaultValues
impl Debug for IntegerDefaultValues
source§impl PartialEq<IntegerDefaultValues> for IntegerDefaultValues
impl PartialEq<IntegerDefaultValues> for IntegerDefaultValues
source§fn eq(&self, other: &IntegerDefaultValues) -> bool
fn eq(&self, other: &IntegerDefaultValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.