Struct aws_sdk_securityhub::operation::disable_security_hub::builders::DisableSecurityHubOutputBuilder
source · #[non_exhaustive]pub struct DisableSecurityHubOutputBuilder { /* private fields */ }
Expand description
A builder for DisableSecurityHubOutput
.
Implementations§
source§impl DisableSecurityHubOutputBuilder
impl DisableSecurityHubOutputBuilder
sourcepub fn build(self) -> DisableSecurityHubOutput
pub fn build(self) -> DisableSecurityHubOutput
Consumes the builder and constructs a DisableSecurityHubOutput
.
Trait Implementations§
source§impl Clone for DisableSecurityHubOutputBuilder
impl Clone for DisableSecurityHubOutputBuilder
source§fn clone(&self) -> DisableSecurityHubOutputBuilder
fn clone(&self) -> DisableSecurityHubOutputBuilder
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 Default for DisableSecurityHubOutputBuilder
impl Default for DisableSecurityHubOutputBuilder
source§fn default() -> DisableSecurityHubOutputBuilder
fn default() -> DisableSecurityHubOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisableSecurityHubOutputBuilder> for DisableSecurityHubOutputBuilder
impl PartialEq<DisableSecurityHubOutputBuilder> for DisableSecurityHubOutputBuilder
source§fn eq(&self, other: &DisableSecurityHubOutputBuilder) -> bool
fn eq(&self, other: &DisableSecurityHubOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.