Struct aws_sdk_securityhub::operation::batch_get_security_controls::builders::BatchGetSecurityControlsFluentBuilder
source · pub struct BatchGetSecurityControlsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchGetSecurityControls
.
Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
Implementations§
source§impl BatchGetSecurityControlsFluentBuilder
impl BatchGetSecurityControlsFluentBuilder
sourcepub fn as_input(&self) -> &BatchGetSecurityControlsInputBuilder
pub fn as_input(&self) -> &BatchGetSecurityControlsInputBuilder
Access the BatchGetSecurityControls as a reference.
sourcepub async fn send(
self
) -> Result<BatchGetSecurityControlsOutput, SdkError<BatchGetSecurityControlsError, HttpResponse>>
pub async fn send( self ) -> Result<BatchGetSecurityControlsOutput, SdkError<BatchGetSecurityControlsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchGetSecurityControlsOutput, BatchGetSecurityControlsError, Self>, SdkError<BatchGetSecurityControlsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<BatchGetSecurityControlsOutput, BatchGetSecurityControlsError, Self>, SdkError<BatchGetSecurityControlsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 SecurityControlIds
.
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 get_security_control_ids(&self) -> &Option<Vec<String>>
pub fn get_security_control_ids(&self) -> &Option<Vec<String>>
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.
Trait Implementations§
source§impl Clone for BatchGetSecurityControlsFluentBuilder
impl Clone for BatchGetSecurityControlsFluentBuilder
source§fn clone(&self) -> BatchGetSecurityControlsFluentBuilder
fn clone(&self) -> BatchGetSecurityControlsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more