Struct aws_sdk_mq::input::list_users_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListUsersInput
Implementations
The unique ID that Amazon MQ generates for the broker.
The unique ID that Amazon MQ generates for the broker.
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.
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.
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Consumes the builder and constructs a ListUsersInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more