1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSolNetworkOperation`](crate::operation::get_sol_network_operation::builders::GetSolNetworkOperationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ns_lcm_op_occ_id(impl Into<String>)`](crate::operation::get_sol_network_operation::builders::GetSolNetworkOperationFluentBuilder::ns_lcm_op_occ_id) / [`set_ns_lcm_op_occ_id(Option<String>)`](crate::operation::get_sol_network_operation::builders::GetSolNetworkOperationFluentBuilder::set_ns_lcm_op_occ_id):<br>required: **true**<br><p>The identifier of the network operation.</p><br>
    /// - On success, responds with [`GetSolNetworkOperationOutput`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput) with field(s):
    ///   - [`id(Option<String>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::id): <p>ID of this network operation occurrence.</p>
    ///   - [`arn(String)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::arn): <p>Network operation ARN.</p>
    ///   - [`operation_state(Option<NsLcmOperationState>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::operation_state): <p>The state of the network operation.</p>
    ///   - [`ns_instance_id(Option<String>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::ns_instance_id): <p>ID of the network operation instance.</p>
    ///   - [`lcm_operation_type(Option<LcmOperationType>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::lcm_operation_type): <p>Type of the operation represented by this occurrence.</p>
    ///   - [`error(Option<ProblemDetails>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::error): <p>Error related to this specific network operation occurrence.</p>
    ///   - [`metadata(Option<GetSolNetworkOperationMetadata>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::metadata): <p>Metadata of this network operation occurrence.</p>
    ///   - [`tasks(Option<Vec::<GetSolNetworkOperationTaskDetails>>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::tasks): <p>All tasks associated with this operation occurrence.</p>
    ///   - [`tags(Option<HashMap::<String, String>>)`](crate::operation::get_sol_network_operation::GetSolNetworkOperationOutput::tags): <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
    /// - On failure, responds with [`SdkError<GetSolNetworkOperationError>`](crate::operation::get_sol_network_operation::GetSolNetworkOperationError)
    pub fn get_sol_network_operation(&self) -> crate::operation::get_sol_network_operation::builders::GetSolNetworkOperationFluentBuilder {
        crate::operation::get_sol_network_operation::builders::GetSolNetworkOperationFluentBuilder::new(self.handle.clone())
    }
}