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 [`GetPropertygraphSummary`](crate::operation::get_propertygraph_summary::builders::GetPropertygraphSummaryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`mode(GraphSummaryType)`](crate::operation::get_propertygraph_summary::builders::GetPropertygraphSummaryFluentBuilder::mode) / [`set_mode(Option<GraphSummaryType>)`](crate::operation::get_propertygraph_summary::builders::GetPropertygraphSummaryFluentBuilder::set_mode):<br>required: **false**<br><p>Mode can take one of two values: <code>BASIC</code> (the default), and <code>DETAILED</code>.</p><br>
    /// - On success, responds with [`GetPropertygraphSummaryOutput`](crate::operation::get_propertygraph_summary::GetPropertygraphSummaryOutput) with field(s):
    ///   - [`status_code(Option<i32>)`](crate::operation::get_propertygraph_summary::GetPropertygraphSummaryOutput::status_code): <p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>
    ///   - [`payload(Option<PropertygraphSummaryValueMap>)`](crate::operation::get_propertygraph_summary::GetPropertygraphSummaryOutput::payload): <p>Payload containing the property graph summary response.</p>
    /// - On failure, responds with [`SdkError<GetPropertygraphSummaryError>`](crate::operation::get_propertygraph_summary::GetPropertygraphSummaryError)
    pub fn get_propertygraph_summary(&self) -> crate::operation::get_propertygraph_summary::builders::GetPropertygraphSummaryFluentBuilder {
        crate::operation::get_propertygraph_summary::builders::GetPropertygraphSummaryFluentBuilder::new(self.handle.clone())
    }
}