#[non_exhaustive]pub struct GetFeatureOutputBuilder { /* private fields */ }Expand description
A builder for GetFeatureOutput.
Implementations§
source§impl GetFeatureOutputBuilder
impl GetFeatureOutputBuilder
sourcepub fn feature(self, input: Feature) -> Self
pub fn feature(self, input: Feature) -> Self
A structure containing the configuration details of the feature.
sourcepub fn set_feature(self, input: Option<Feature>) -> Self
pub fn set_feature(self, input: Option<Feature>) -> Self
A structure containing the configuration details of the feature.
sourcepub fn build(self) -> GetFeatureOutput
pub fn build(self) -> GetFeatureOutput
Consumes the builder and constructs a GetFeatureOutput.
Trait Implementations§
source§impl Clone for GetFeatureOutputBuilder
impl Clone for GetFeatureOutputBuilder
source§fn clone(&self) -> GetFeatureOutputBuilder
fn clone(&self) -> GetFeatureOutputBuilder
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 GetFeatureOutputBuilder
impl Debug for GetFeatureOutputBuilder
source§impl Default for GetFeatureOutputBuilder
impl Default for GetFeatureOutputBuilder
source§fn default() -> GetFeatureOutputBuilder
fn default() -> GetFeatureOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFeatureOutputBuilder> for GetFeatureOutputBuilder
impl PartialEq<GetFeatureOutputBuilder> for GetFeatureOutputBuilder
source§fn eq(&self, other: &GetFeatureOutputBuilder) -> bool
fn eq(&self, other: &GetFeatureOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.