#[non_exhaustive]pub struct GetHealthEventInput { /* private fields */ }Implementations§
source§impl GetHealthEventInput
impl GetHealthEventInput
sourcepub fn builder() -> GetHealthEventInputBuilder
pub fn builder() -> GetHealthEventInputBuilder
Creates a new builder-style object to manufacture GetHealthEventInput.
source§impl GetHealthEventInput
impl GetHealthEventInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHealthEvent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetHealthEvent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetHealthEvent>
Trait Implementations§
source§impl Clone for GetHealthEventInput
impl Clone for GetHealthEventInput
source§fn clone(&self) -> GetHealthEventInput
fn clone(&self) -> GetHealthEventInput
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 GetHealthEventInput
impl Debug for GetHealthEventInput
source§impl PartialEq<GetHealthEventInput> for GetHealthEventInput
impl PartialEq<GetHealthEventInput> for GetHealthEventInput
source§fn eq(&self, other: &GetHealthEventInput) -> bool
fn eq(&self, other: &GetHealthEventInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.