pub struct PutVerificationStateOnViolation { /* private fields */ }
Expand description
Fluent builder constructing a request to PutVerificationStateOnViolation
.
Set a verification state and provide a description of that verification state on a violation (detect alarm).
Implementations§
source§impl PutVerificationStateOnViolation
impl PutVerificationStateOnViolation
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutVerificationStateOnViolation, AwsResponseRetryClassifier>, SdkError<PutVerificationStateOnViolationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutVerificationStateOnViolation, AwsResponseRetryClassifier>, SdkError<PutVerificationStateOnViolationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<PutVerificationStateOnViolationOutput, SdkError<PutVerificationStateOnViolationError>>
pub async fn send(
self
) -> Result<PutVerificationStateOnViolationOutput, SdkError<PutVerificationStateOnViolationError>>
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 fn violation_id(self, input: impl Into<String>) -> Self
pub fn violation_id(self, input: impl Into<String>) -> Self
The violation ID.
sourcepub fn set_violation_id(self, input: Option<String>) -> Self
pub fn set_violation_id(self, input: Option<String>) -> Self
The violation ID.
sourcepub fn verification_state(self, input: VerificationState) -> Self
pub fn verification_state(self, input: VerificationState) -> Self
The verification state of the violation.
sourcepub fn set_verification_state(self, input: Option<VerificationState>) -> Self
pub fn set_verification_state(self, input: Option<VerificationState>) -> Self
The verification state of the violation.
sourcepub fn verification_state_description(self, input: impl Into<String>) -> Self
pub fn verification_state_description(self, input: impl Into<String>) -> Self
The description of the verification state of the violation (detect alarm).
sourcepub fn set_verification_state_description(self, input: Option<String>) -> Self
pub fn set_verification_state_description(self, input: Option<String>) -> Self
The description of the verification state of the violation (detect alarm).
Trait Implementations§
source§impl Clone for PutVerificationStateOnViolation
impl Clone for PutVerificationStateOnViolation
source§fn clone(&self) -> PutVerificationStateOnViolation
fn clone(&self) -> PutVerificationStateOnViolation
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more