Struct aws_sdk_securityhub::operation::batch_get_security_controls::builders::BatchGetSecurityControlsInputBuilder
source · #[non_exhaustive]pub struct BatchGetSecurityControlsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetSecurityControlsInput
.
Implementations§
source§impl BatchGetSecurityControlsInputBuilder
impl BatchGetSecurityControlsInputBuilder
sourcepub fn security_control_ids(self, input: impl Into<String>) -> Self
pub fn security_control_ids(self, input: impl Into<String>) -> Self
Appends an item to security_control_ids
.
To override the contents of this collection use set_security_control_ids
.
A list of security controls (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
sourcepub fn set_security_control_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_control_ids(self, input: Option<Vec<String>>) -> Self
A list of security controls (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
sourcepub fn build(self) -> Result<BatchGetSecurityControlsInput, BuildError>
pub fn build(self) -> Result<BatchGetSecurityControlsInput, BuildError>
Consumes the builder and constructs a BatchGetSecurityControlsInput
.
Trait Implementations§
source§impl Clone for BatchGetSecurityControlsInputBuilder
impl Clone for BatchGetSecurityControlsInputBuilder
source§fn clone(&self) -> BatchGetSecurityControlsInputBuilder
fn clone(&self) -> BatchGetSecurityControlsInputBuilder
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 BatchGetSecurityControlsInputBuilder
impl Default for BatchGetSecurityControlsInputBuilder
source§fn default() -> BatchGetSecurityControlsInputBuilder
fn default() -> BatchGetSecurityControlsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetSecurityControlsInputBuilder> for BatchGetSecurityControlsInputBuilder
impl PartialEq<BatchGetSecurityControlsInputBuilder> for BatchGetSecurityControlsInputBuilder
source§fn eq(&self, other: &BatchGetSecurityControlsInputBuilder) -> bool
fn eq(&self, other: &BatchGetSecurityControlsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetSecurityControlsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetSecurityControlsInputBuilder
impl Send for BatchGetSecurityControlsInputBuilder
impl Sync for BatchGetSecurityControlsInputBuilder
impl Unpin for BatchGetSecurityControlsInputBuilder
impl UnwindSafe for BatchGetSecurityControlsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more