aws-sdk-route53 1.36.0

AWS SDK for Amazon Route 53
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 [`GetReusableDelegationSet`](crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the reusable delegation set that you want to get a list of name servers for.</p><br>
    /// - On success, responds with [`GetReusableDelegationSetOutput`](crate::operation::get_reusable_delegation_set::GetReusableDelegationSetOutput) with field(s):
    ///   - [`delegation_set(Option<DelegationSet>)`](crate::operation::get_reusable_delegation_set::GetReusableDelegationSetOutput::delegation_set): <p>A complex type that contains information about the reusable delegation set.</p>
    /// - On failure, responds with [`SdkError<GetReusableDelegationSetError>`](crate::operation::get_reusable_delegation_set::GetReusableDelegationSetError)
    pub fn get_reusable_delegation_set(&self) -> crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetFluentBuilder {
        crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetFluentBuilder::new(self.handle.clone())
    }
}