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