// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RebootInstance`](crate::operation::reboot_instance::builders::RebootInstanceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_name(impl Into<String>)`](crate::operation::reboot_instance::builders::RebootInstanceFluentBuilder::instance_name) / [`set_instance_name(Option<String>)`](crate::operation::reboot_instance::builders::RebootInstanceFluentBuilder::set_instance_name):<br>required: **true**<br><p>The name of the instance to reboot.</p><br>
/// - On success, responds with [`RebootInstanceOutput`](crate::operation::reboot_instance::RebootInstanceOutput) with field(s):
/// - [`operations(Option<Vec::<Operation>>)`](crate::operation::reboot_instance::RebootInstanceOutput::operations): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
/// - On failure, responds with [`SdkError<RebootInstanceError>`](crate::operation::reboot_instance::RebootInstanceError)
pub fn reboot_instance(&self) -> crate::operation::reboot_instance::builders::RebootInstanceFluentBuilder {
crate::operation::reboot_instance::builders::RebootInstanceFluentBuilder::new(self.handle.clone())
}
}