Struct aws_sdk_mq::operation::list_configuration_revisions::builders::ListConfigurationRevisionsOutputBuilder
source · #[non_exhaustive]pub struct ListConfigurationRevisionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListConfigurationRevisionsOutput
.
Implementations§
source§impl ListConfigurationRevisionsOutputBuilder
impl ListConfigurationRevisionsOutputBuilder
sourcepub fn configuration_id(self, input: impl Into<String>) -> Self
pub fn configuration_id(self, input: impl Into<String>) -> Self
The unique ID that Amazon MQ generates for the configuration.
sourcepub fn set_configuration_id(self, input: Option<String>) -> Self
pub fn set_configuration_id(self, input: Option<String>) -> Self
The unique ID that Amazon MQ generates for the configuration.
sourcepub fn get_configuration_id(&self) -> &Option<String>
pub fn get_configuration_id(&self) -> &Option<String>
The unique ID that Amazon MQ generates for the configuration.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourcepub fn revisions(self, input: ConfigurationRevision) -> Self
pub fn revisions(self, input: ConfigurationRevision) -> Self
Appends an item to revisions
.
To override the contents of this collection use set_revisions
.
The list of all revisions for the specified configuration.
sourcepub fn set_revisions(self, input: Option<Vec<ConfigurationRevision>>) -> Self
pub fn set_revisions(self, input: Option<Vec<ConfigurationRevision>>) -> Self
The list of all revisions for the specified configuration.
sourcepub fn get_revisions(&self) -> &Option<Vec<ConfigurationRevision>>
pub fn get_revisions(&self) -> &Option<Vec<ConfigurationRevision>>
The list of all revisions for the specified configuration.
sourcepub fn build(self) -> ListConfigurationRevisionsOutput
pub fn build(self) -> ListConfigurationRevisionsOutput
Consumes the builder and constructs a ListConfigurationRevisionsOutput
.
Trait Implementations§
source§impl Clone for ListConfigurationRevisionsOutputBuilder
impl Clone for ListConfigurationRevisionsOutputBuilder
source§fn clone(&self) -> ListConfigurationRevisionsOutputBuilder
fn clone(&self) -> ListConfigurationRevisionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListConfigurationRevisionsOutputBuilder
impl Default for ListConfigurationRevisionsOutputBuilder
source§fn default() -> ListConfigurationRevisionsOutputBuilder
fn default() -> ListConfigurationRevisionsOutputBuilder
source§impl PartialEq<ListConfigurationRevisionsOutputBuilder> for ListConfigurationRevisionsOutputBuilder
impl PartialEq<ListConfigurationRevisionsOutputBuilder> for ListConfigurationRevisionsOutputBuilder
source§fn eq(&self, other: &ListConfigurationRevisionsOutputBuilder) -> bool
fn eq(&self, other: &ListConfigurationRevisionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.