#[non_exhaustive]pub struct SendDiagnosticInterruptInput { /* private fields */ }Implementations§
source§impl SendDiagnosticInterruptInput
impl SendDiagnosticInterruptInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
source§impl SendDiagnosticInterruptInput
impl SendDiagnosticInterruptInput
sourcepub fn builder() -> SendDiagnosticInterruptInputBuilder
pub fn builder() -> SendDiagnosticInterruptInputBuilder
Creates a new builder-style object to manufacture SendDiagnosticInterruptInput.
source§impl SendDiagnosticInterruptInput
impl SendDiagnosticInterruptInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendDiagnosticInterrupt, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SendDiagnosticInterrupt, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SendDiagnosticInterrupt>
Trait Implementations§
source§impl Clone for SendDiagnosticInterruptInput
impl Clone for SendDiagnosticInterruptInput
source§fn clone(&self) -> SendDiagnosticInterruptInput
fn clone(&self) -> SendDiagnosticInterruptInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SendDiagnosticInterruptInput
impl Debug for SendDiagnosticInterruptInput
source§impl PartialEq<SendDiagnosticInterruptInput> for SendDiagnosticInterruptInput
impl PartialEq<SendDiagnosticInterruptInput> for SendDiagnosticInterruptInput
source§fn eq(&self, other: &SendDiagnosticInterruptInput) -> bool
fn eq(&self, other: &SendDiagnosticInterruptInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.