#[non_exhaustive]pub struct ListFeaturesOutputBuilder { /* private fields */ }Expand description
A builder for ListFeaturesOutput.
Implementations§
source§impl ListFeaturesOutputBuilder
impl ListFeaturesOutputBuilder
sourcepub fn features(self, input: FeatureSummary) -> Self
pub fn features(self, input: FeatureSummary) -> Self
Appends an item to features.
To override the contents of this collection use set_features.
An array of structures that contain the configuration details of the features in the specified project.
sourcepub fn set_features(self, input: Option<Vec<FeatureSummary>>) -> Self
pub fn set_features(self, input: Option<Vec<FeatureSummary>>) -> Self
An array of structures that contain the configuration details of the features in the specified project.
sourcepub fn get_features(&self) -> &Option<Vec<FeatureSummary>>
pub fn get_features(&self) -> &Option<Vec<FeatureSummary>>
An array of structures that contain the configuration details of the features in the specified project.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use in a subsequent ListFeatures operation to return the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use in a subsequent ListFeatures operation to return the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use in a subsequent ListFeatures operation to return the next set of results.
sourcepub fn build(self) -> ListFeaturesOutput
pub fn build(self) -> ListFeaturesOutput
Consumes the builder and constructs a ListFeaturesOutput.
Trait Implementations§
source§impl Clone for ListFeaturesOutputBuilder
impl Clone for ListFeaturesOutputBuilder
source§fn clone(&self) -> ListFeaturesOutputBuilder
fn clone(&self) -> ListFeaturesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListFeaturesOutputBuilder
impl Debug for ListFeaturesOutputBuilder
source§impl Default for ListFeaturesOutputBuilder
impl Default for ListFeaturesOutputBuilder
source§fn default() -> ListFeaturesOutputBuilder
fn default() -> ListFeaturesOutputBuilder
source§impl PartialEq for ListFeaturesOutputBuilder
impl PartialEq for ListFeaturesOutputBuilder
source§fn eq(&self, other: &ListFeaturesOutputBuilder) -> bool
fn eq(&self, other: &ListFeaturesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.