Struct aws_sdk_iot::input::ListBillingGroupsInput
source · #[non_exhaustive]pub struct ListBillingGroupsInput { /* private fields */ }
Implementations§
source§impl ListBillingGroupsInput
impl ListBillingGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBillingGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBillingGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBillingGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBillingGroupsInput
.
source§impl ListBillingGroupsInput
impl ListBillingGroupsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per request.
sourcepub fn name_prefix_filter(&self) -> Option<&str>
pub fn name_prefix_filter(&self) -> Option<&str>
Limit the results to billing groups whose names have the given prefix.
Trait Implementations§
source§impl Clone for ListBillingGroupsInput
impl Clone for ListBillingGroupsInput
source§fn clone(&self) -> ListBillingGroupsInput
fn clone(&self) -> ListBillingGroupsInput
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 ListBillingGroupsInput
impl Debug for ListBillingGroupsInput
source§impl PartialEq<ListBillingGroupsInput> for ListBillingGroupsInput
impl PartialEq<ListBillingGroupsInput> for ListBillingGroupsInput
source§fn eq(&self, other: &ListBillingGroupsInput) -> bool
fn eq(&self, other: &ListBillingGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.