Struct aws_sdk_mq::input::ListConfigurationsInput
source · [−]#[non_exhaustive]pub struct ListConfigurationsInput { /* private fields */ }
Implementations
sourceimpl ListConfigurationsInput
impl ListConfigurationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListConfigurations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListConfigurationsInput
.
sourceimpl ListConfigurationsInput
impl ListConfigurationsInput
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Trait Implementations
sourceimpl Clone for ListConfigurationsInput
impl Clone for ListConfigurationsInput
sourcefn clone(&self) -> ListConfigurationsInput
fn clone(&self) -> ListConfigurationsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListConfigurationsInput
impl Debug for ListConfigurationsInput
sourceimpl PartialEq<ListConfigurationsInput> for ListConfigurationsInput
impl PartialEq<ListConfigurationsInput> for ListConfigurationsInput
sourcefn eq(&self, other: &ListConfigurationsInput) -> bool
fn eq(&self, other: &ListConfigurationsInput) -> bool
impl StructuralPartialEq for ListConfigurationsInput
Auto Trait Implementations
impl RefUnwindSafe for ListConfigurationsInput
impl Send for ListConfigurationsInput
impl Sync for ListConfigurationsInput
impl Unpin for ListConfigurationsInput
impl UnwindSafe for ListConfigurationsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more