aws-sdk-pinpointsmsvoicev2 1.124.0

AWS SDK for Amazon Pinpoint SMS Voice V2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeSpendLimits`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder) operation.
    /// This operation supports pagination; See [`into_paginator()`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::into_paginator).
    ///
    /// - The fluent builder is configurable:
    ///   - [`next_token(impl Into<String>)`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::set_next_token):<br>required: **false**<br><p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p><br>
    ///   - [`max_results(i32)`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return per each request.</p><br>
    /// - On success, responds with [`DescribeSpendLimitsOutput`](crate::operation::describe_spend_limits::DescribeSpendLimitsOutput) with field(s):
    ///   - [`spend_limits(Option<Vec::<SpendLimit>>)`](crate::operation::describe_spend_limits::DescribeSpendLimitsOutput::spend_limits): <p>An array of SpendLimit objects that contain the details for the requested spend limits.</p>
    ///   - [`next_token(Option<String>)`](crate::operation::describe_spend_limits::DescribeSpendLimitsOutput::next_token): <p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>
    /// - On failure, responds with [`SdkError<DescribeSpendLimitsError>`](crate::operation::describe_spend_limits::DescribeSpendLimitsError)
    pub fn describe_spend_limits(&self) -> crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder {
        crate::operation::describe_spend_limits::builders::DescribeSpendLimitsFluentBuilder::new(self.handle.clone())
    }
}