// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`InstantiateSolNetworkInstance`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`ns_instance_id(impl Into<String>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::ns_instance_id) / [`set_ns_instance_id(Option<String>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::set_ns_instance_id):<br>required: **true**<br><p>ID of the network instance.</p><br>
/// - [`dry_run(bool)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::set_dry_run):<br>required: **false**<br><p>A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - [`additional_params_for_ns(Document)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::additional_params_for_ns) / [`set_additional_params_for_ns(Option<Document>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::set_additional_params_for_ns):<br>required: **false**<br><p>Provides values for the configurable properties.</p><br>
/// - [`tags(impl Into<String>, impl Into<String>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::tags) / [`set_tags(Option<HashMap::<String, String>>)`](crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::set_tags):<br>required: **false**<br><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. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.</p><br>
/// - On success, responds with [`InstantiateSolNetworkInstanceOutput`](crate::operation::instantiate_sol_network_instance::InstantiateSolNetworkInstanceOutput) with field(s):
/// - [`ns_lcm_op_occ_id(String)`](crate::operation::instantiate_sol_network_instance::InstantiateSolNetworkInstanceOutput::ns_lcm_op_occ_id): <p>The identifier of the network operation.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::instantiate_sol_network_instance::InstantiateSolNetworkInstanceOutput::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. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.</p>
/// - On failure, responds with [`SdkError<InstantiateSolNetworkInstanceError>`](crate::operation::instantiate_sol_network_instance::InstantiateSolNetworkInstanceError)
pub fn instantiate_sol_network_instance(
&self,
) -> crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder {
crate::operation::instantiate_sol_network_instance::builders::InstantiateSolNetworkInstanceFluentBuilder::new(self.handle.clone())
}
}