Struct aws_sdk_iot::operation::delete_audit_suppression::builders::DeleteAuditSuppressionInputBuilder
source · #[non_exhaustive]pub struct DeleteAuditSuppressionInputBuilder { /* private fields */ }Expand description
A builder for DeleteAuditSuppressionInput.
Implementations§
source§impl DeleteAuditSuppressionInputBuilder
impl DeleteAuditSuppressionInputBuilder
sourcepub fn check_name(self, input: impl Into<String>) -> Self
pub fn check_name(self, input: impl Into<String>) -> Self
An audit check name. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)
sourcepub fn set_check_name(self, input: Option<String>) -> Self
pub fn set_check_name(self, input: Option<String>) -> Self
An audit check name. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)
sourcepub fn get_check_name(&self) -> &Option<String>
pub fn get_check_name(&self) -> &Option<String>
An audit check name. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)
sourcepub fn resource_identifier(self, input: ResourceIdentifier) -> Self
pub fn resource_identifier(self, input: ResourceIdentifier) -> Self
Information that identifies the noncompliant resource.
This field is required.sourcepub fn set_resource_identifier(self, input: Option<ResourceIdentifier>) -> Self
pub fn set_resource_identifier(self, input: Option<ResourceIdentifier>) -> Self
Information that identifies the noncompliant resource.
sourcepub fn get_resource_identifier(&self) -> &Option<ResourceIdentifier>
pub fn get_resource_identifier(&self) -> &Option<ResourceIdentifier>
Information that identifies the noncompliant resource.
sourcepub fn build(self) -> Result<DeleteAuditSuppressionInput, BuildError>
pub fn build(self) -> Result<DeleteAuditSuppressionInput, BuildError>
Consumes the builder and constructs a DeleteAuditSuppressionInput.
source§impl DeleteAuditSuppressionInputBuilder
impl DeleteAuditSuppressionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAuditSuppressionOutput, SdkError<DeleteAuditSuppressionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAuditSuppressionOutput, SdkError<DeleteAuditSuppressionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAuditSuppressionInputBuilder
impl Clone for DeleteAuditSuppressionInputBuilder
source§fn clone(&self) -> DeleteAuditSuppressionInputBuilder
fn clone(&self) -> DeleteAuditSuppressionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAuditSuppressionInputBuilder
impl Default for DeleteAuditSuppressionInputBuilder
source§fn default() -> DeleteAuditSuppressionInputBuilder
fn default() -> DeleteAuditSuppressionInputBuilder
source§impl PartialEq for DeleteAuditSuppressionInputBuilder
impl PartialEq for DeleteAuditSuppressionInputBuilder
source§fn eq(&self, other: &DeleteAuditSuppressionInputBuilder) -> bool
fn eq(&self, other: &DeleteAuditSuppressionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.