aws-sdk-outposts 1.114.0

AWS SDK for AWS Outposts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetQuote`](crate::operation::get_quote::builders::GetQuoteFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`quote_identifier(impl Into<String>)`](crate::operation::get_quote::builders::GetQuoteFluentBuilder::quote_identifier) / [`set_quote_identifier(Option<String>)`](crate::operation::get_quote::builders::GetQuoteFluentBuilder::set_quote_identifier):<br>required: **true**<br><p>The ID or ARN of the quote.</p><br>
    /// - On success, responds with [`GetQuoteOutput`](crate::operation::get_quote::GetQuoteOutput) with field(s):
    ///   - [`quote(Option<Quote>)`](crate::operation::get_quote::GetQuoteOutput::quote): <p>Information about the quote.</p>
    /// - On failure, responds with [`SdkError<GetQuoteError>`](crate::operation::get_quote::GetQuoteError)
    pub fn get_quote(&self) -> crate::operation::get_quote::builders::GetQuoteFluentBuilder {
        crate::operation::get_quote::builders::GetQuoteFluentBuilder::new(self.handle.clone())
    }
}