// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetFeed`](crate::operation::get_feed::builders::GetFeedFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::get_feed::builders::GetFeedFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_feed::builders::GetFeedFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the feed to query.</p><br>
/// - On success, responds with [`GetFeedOutput`](crate::operation::get_feed::GetFeedOutput) with field(s):
/// - [`arn(String)`](crate::operation::get_feed::GetFeedOutput::arn): <p>The ARN of the feed.</p>
/// - [`name(String)`](crate::operation::get_feed::GetFeedOutput::name): <p>The name of the feed being queried.</p>
/// - [`id(String)`](crate::operation::get_feed::GetFeedOutput::id): <p>The ID of the feed being queried.</p>
/// - [`data_endpoints(Vec::<String>)`](crate::operation::get_feed::GetFeedOutput::data_endpoints): <p>The dataEndpoints of the feed being queried.</p>
/// - [`outputs(Vec::<GetOutput>)`](crate::operation::get_feed::GetFeedOutput::outputs): <p>An array of the outputs in the feed being queried.</p>
/// - [`status(FeedStatus)`](crate::operation::get_feed::GetFeedOutput::status): <p>The status of the feed being queried.</p>
/// - [`association(Option<FeedAssociation>)`](crate::operation::get_feed::GetFeedOutput::association): <p>Information about the resource, if any, associated with the feed being queried.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::get_feed::GetFeedOutput::tags): <p>A list of the tags, if any, for the feed being queried.</p>
/// - On failure, responds with [`SdkError<GetFeedError>`](crate::operation::get_feed::GetFeedError)
pub fn get_feed(&self) -> crate::operation::get_feed::builders::GetFeedFluentBuilder {
crate::operation::get_feed::builders::GetFeedFluentBuilder::new(self.handle.clone())
}
}