#[non_exhaustive]pub struct ViewOffNadirInputBuilder { /* private fields */ }
Expand description
A builder for ViewOffNadirInput
.
Implementations§
source§impl ViewOffNadirInputBuilder
impl ViewOffNadirInputBuilder
sourcepub fn lower_bound(self, input: f32) -> Self
pub fn lower_bound(self, input: f32) -> Self
The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value.
This field is required.sourcepub fn set_lower_bound(self, input: Option<f32>) -> Self
pub fn set_lower_bound(self, input: Option<f32>) -> Self
The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value.
sourcepub fn get_lower_bound(&self) -> &Option<f32>
pub fn get_lower_bound(&self) -> &Option<f32>
The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value.
sourcepub fn upper_bound(self, input: f32) -> Self
pub fn upper_bound(self, input: f32) -> Self
The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.
This field is required.sourcepub fn set_upper_bound(self, input: Option<f32>) -> Self
pub fn set_upper_bound(self, input: Option<f32>) -> Self
The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.
sourcepub fn get_upper_bound(&self) -> &Option<f32>
pub fn get_upper_bound(&self) -> &Option<f32>
The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.
sourcepub fn build(self) -> Result<ViewOffNadirInput, BuildError>
pub fn build(self) -> Result<ViewOffNadirInput, BuildError>
Consumes the builder and constructs a ViewOffNadirInput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ViewOffNadirInputBuilder
impl Clone for ViewOffNadirInputBuilder
source§fn clone(&self) -> ViewOffNadirInputBuilder
fn clone(&self) -> ViewOffNadirInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ViewOffNadirInputBuilder
impl Debug for ViewOffNadirInputBuilder
source§impl Default for ViewOffNadirInputBuilder
impl Default for ViewOffNadirInputBuilder
source§fn default() -> ViewOffNadirInputBuilder
fn default() -> ViewOffNadirInputBuilder
source§impl PartialEq for ViewOffNadirInputBuilder
impl PartialEq for ViewOffNadirInputBuilder
source§fn eq(&self, other: &ViewOffNadirInputBuilder) -> bool
fn eq(&self, other: &ViewOffNadirInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.