Struct aws_sdk_applicationdiscovery::operation::list_configurations::builders::ListConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListConfigurationsOutputBuilder { /* private fields */ }Expand description
A builder for ListConfigurationsOutput.
Implementations§
source§impl ListConfigurationsOutputBuilder
impl ListConfigurationsOutputBuilder
sourcepub fn configurations(self, input: HashMap<String, String>) -> Self
pub fn configurations(self, input: HashMap<String, String>) -> Self
Appends an item to configurations.
To override the contents of this collection use set_configurations.
Returns configuration details, including the configuration ID, attribute names, and attribute values.
sourcepub fn set_configurations(
self,
input: Option<Vec<HashMap<String, String>>>
) -> Self
pub fn set_configurations( self, input: Option<Vec<HashMap<String, String>>> ) -> Self
Returns configuration details, including the configuration ID, attribute names, and attribute values.
sourcepub fn get_configurations(&self) -> &Option<Vec<HashMap<String, String>>>
pub fn get_configurations(&self) -> &Option<Vec<HashMap<String, String>>>
Returns configuration details, including the configuration ID, attribute names, and attribute values.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.
sourcepub fn build(self) -> ListConfigurationsOutput
pub fn build(self) -> ListConfigurationsOutput
Consumes the builder and constructs a ListConfigurationsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationsOutputBuilder
impl Clone for ListConfigurationsOutputBuilder
source§fn clone(&self) -> ListConfigurationsOutputBuilder
fn clone(&self) -> ListConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListConfigurationsOutputBuilder
impl Default for ListConfigurationsOutputBuilder
source§fn default() -> ListConfigurationsOutputBuilder
fn default() -> ListConfigurationsOutputBuilder
source§impl PartialEq for ListConfigurationsOutputBuilder
impl PartialEq for ListConfigurationsOutputBuilder
source§fn eq(&self, other: &ListConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListConfigurationsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.