Struct aws_sdk_mq::operation::list_brokers::ListBrokersInput
source · #[non_exhaustive]pub struct ListBrokersInput { /* private fields */ }Implementations§
source§impl ListBrokersInput
impl ListBrokersInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<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.
source§impl ListBrokersInput
impl ListBrokersInput
sourcepub fn builder() -> ListBrokersInputBuilder
pub fn builder() -> ListBrokersInputBuilder
Creates a new builder-style object to manufacture ListBrokersInput.
source§impl ListBrokersInput
impl ListBrokersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBrokers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListBrokers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBrokers>
Trait Implementations§
source§impl Clone for ListBrokersInput
impl Clone for ListBrokersInput
source§fn clone(&self) -> ListBrokersInput
fn clone(&self) -> ListBrokersInput
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 ListBrokersInput
impl Debug for ListBrokersInput
source§impl PartialEq<ListBrokersInput> for ListBrokersInput
impl PartialEq<ListBrokersInput> for ListBrokersInput
source§fn eq(&self, other: &ListBrokersInput) -> bool
fn eq(&self, other: &ListBrokersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListBrokersInput
Auto Trait Implementations§
impl RefUnwindSafe for ListBrokersInput
impl Send for ListBrokersInput
impl Sync for ListBrokersInput
impl Unpin for ListBrokersInput
impl UnwindSafe for ListBrokersInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more