aws-sdk-cloudfront 1.116.0

AWS SDK for Amazon CloudFront
Documentation
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 [`GetTrustStore`](crate::operation::get_trust_store::builders::GetTrustStoreFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::get_trust_store::builders::GetTrustStoreFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_trust_store::builders::GetTrustStoreFluentBuilder::set_identifier):<br>required: **true**<br><p>The trust store's identifier.</p><br>
    /// - On success, responds with [`GetTrustStoreOutput`](crate::operation::get_trust_store::GetTrustStoreOutput) with field(s):
    ///   - [`trust_store(Option<TrustStore>)`](crate::operation::get_trust_store::GetTrustStoreOutput::trust_store): <p>The trust store.</p>
    ///   - [`e_tag(Option<String>)`](crate::operation::get_trust_store::GetTrustStoreOutput::e_tag): <p>The version identifier for the current version of the trust store.</p>
    /// - On failure, responds with [`SdkError<GetTrustStoreError>`](crate::operation::get_trust_store::GetTrustStoreError)
    pub fn get_trust_store(&self) -> crate::operation::get_trust_store::builders::GetTrustStoreFluentBuilder {
        crate::operation::get_trust_store::builders::GetTrustStoreFluentBuilder::new(self.handle.clone())
    }
}