Struct aws_sdk_shield::input::AssociateHealthCheckInput
source · #[non_exhaustive]pub struct AssociateHealthCheckInput { /* private fields */ }
Implementations§
source§impl AssociateHealthCheckInput
impl AssociateHealthCheckInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateHealthCheck, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateHealthCheck, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateHealthCheck
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateHealthCheckInput
.
source§impl AssociateHealthCheckInput
impl AssociateHealthCheckInput
sourcepub fn protection_id(&self) -> Option<&str>
pub fn protection_id(&self) -> Option<&str>
The unique identifier (ID) for the Protection
object to add the health check association to.
sourcepub fn health_check_arn(&self) -> Option<&str>
pub fn health_check_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the health check to associate with the protection.
Trait Implementations§
source§impl Clone for AssociateHealthCheckInput
impl Clone for AssociateHealthCheckInput
source§fn clone(&self) -> AssociateHealthCheckInput
fn clone(&self) -> AssociateHealthCheckInput
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 AssociateHealthCheckInput
impl Debug for AssociateHealthCheckInput
source§impl PartialEq<AssociateHealthCheckInput> for AssociateHealthCheckInput
impl PartialEq<AssociateHealthCheckInput> for AssociateHealthCheckInput
source§fn eq(&self, other: &AssociateHealthCheckInput) -> bool
fn eq(&self, other: &AssociateHealthCheckInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.