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 [`GetChange`](crate::operation::get_change::builders::GetChangeFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_change::builders::GetChangeFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_change::builders::GetChangeFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the change batch request. The value that you specify here is the value that <code>ChangeResourceRecordSets</code> returned in the <code>Id</code> element when you submitted the request.</p><br>
    /// - On success, responds with [`GetChangeOutput`](crate::operation::get_change::GetChangeOutput) with field(s):
    ///   - [`change_info(Option<ChangeInfo>)`](crate::operation::get_change::GetChangeOutput::change_info): <p>A complex type that contains information about the specified change batch.</p>
    /// - On failure, responds with [`SdkError<GetChangeError>`](crate::operation::get_change::GetChangeError)
    pub fn get_change(&self) -> crate::operation::get_change::builders::GetChangeFluentBuilder {
        crate::operation::get_change::builders::GetChangeFluentBuilder::new(self.handle.clone())
    }
}