#[non_exhaustive]pub struct FailedDeleteRemediationExceptionsBatchBuilder { /* private fields */ }Expand description
A builder for FailedDeleteRemediationExceptionsBatch.
Implementations§
source§impl FailedDeleteRemediationExceptionsBatchBuilder
impl FailedDeleteRemediationExceptionsBatchBuilder
sourcepub fn failure_message(self, input: impl Into<String>) -> Self
pub fn failure_message(self, input: impl Into<String>) -> Self
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
sourcepub fn set_failure_message(self, input: Option<String>) -> Self
pub fn set_failure_message(self, input: Option<String>) -> Self
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
sourcepub fn get_failure_message(&self) -> &Option<String>
pub fn get_failure_message(&self) -> &Option<String>
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
sourcepub fn failed_items(self, input: RemediationExceptionResourceKey) -> Self
pub fn failed_items(self, input: RemediationExceptionResourceKey) -> Self
Appends an item to failed_items.
To override the contents of this collection use set_failed_items.
Returns remediation exception resource key object of the failed items.
sourcepub fn set_failed_items(
self,
input: Option<Vec<RemediationExceptionResourceKey>>
) -> Self
pub fn set_failed_items( self, input: Option<Vec<RemediationExceptionResourceKey>> ) -> Self
Returns remediation exception resource key object of the failed items.
sourcepub fn get_failed_items(&self) -> &Option<Vec<RemediationExceptionResourceKey>>
pub fn get_failed_items(&self) -> &Option<Vec<RemediationExceptionResourceKey>>
Returns remediation exception resource key object of the failed items.
sourcepub fn build(self) -> FailedDeleteRemediationExceptionsBatch
pub fn build(self) -> FailedDeleteRemediationExceptionsBatch
Consumes the builder and constructs a FailedDeleteRemediationExceptionsBatch.
Trait Implementations§
source§impl Clone for FailedDeleteRemediationExceptionsBatchBuilder
impl Clone for FailedDeleteRemediationExceptionsBatchBuilder
source§fn clone(&self) -> FailedDeleteRemediationExceptionsBatchBuilder
fn clone(&self) -> FailedDeleteRemediationExceptionsBatchBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for FailedDeleteRemediationExceptionsBatchBuilder
impl Default for FailedDeleteRemediationExceptionsBatchBuilder
source§fn default() -> FailedDeleteRemediationExceptionsBatchBuilder
fn default() -> FailedDeleteRemediationExceptionsBatchBuilder
source§impl PartialEq for FailedDeleteRemediationExceptionsBatchBuilder
impl PartialEq for FailedDeleteRemediationExceptionsBatchBuilder
source§fn eq(&self, other: &FailedDeleteRemediationExceptionsBatchBuilder) -> bool
fn eq(&self, other: &FailedDeleteRemediationExceptionsBatchBuilder) -> bool
self and other values to be equal, and is used
by ==.