1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchGetFreeTrialInfo`](crate::operation::batch_get_free_trial_info::builders::BatchGetFreeTrialInfoFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_ids(impl Into<String>)`](crate::operation::batch_get_free_trial_info::builders::BatchGetFreeTrialInfoFluentBuilder::account_ids) / [`set_account_ids(Option<Vec<String>>)`](crate::operation::batch_get_free_trial_info::builders::BatchGetFreeTrialInfoFluentBuilder::set_account_ids): <p>The account IDs to get free trial status for.</p>
    /// - On success, responds with [`BatchGetFreeTrialInfoOutput`](crate::operation::batch_get_free_trial_info::BatchGetFreeTrialInfoOutput) with field(s):
    ///   - [`accounts(Option<Vec<FreeTrialAccountInfo>>)`](crate::operation::batch_get_free_trial_info::BatchGetFreeTrialInfoOutput::accounts): <p>An array of objects that provide Amazon Inspector free trial details for each of the requested accounts. </p>
    ///   - [`failed_accounts(Option<Vec<FreeTrialInfoError>>)`](crate::operation::batch_get_free_trial_info::BatchGetFreeTrialInfoOutput::failed_accounts): <p>An array of objects detailing any accounts that free trial data could not be returned for.</p>
    /// - On failure, responds with [`SdkError<BatchGetFreeTrialInfoError>`](crate::operation::batch_get_free_trial_info::BatchGetFreeTrialInfoError)
    pub fn batch_get_free_trial_info(&self) -> crate::operation::batch_get_free_trial_info::builders::BatchGetFreeTrialInfoFluentBuilder {
        crate::operation::batch_get_free_trial_info::builders::BatchGetFreeTrialInfoFluentBuilder::new(self.handle.clone())
    }
}