Struct aws_sdk_sesv2::types::builders::FailureInfoBuilder
source · #[non_exhaustive]pub struct FailureInfoBuilder { /* private fields */ }Expand description
A builder for FailureInfo.
Implementations§
source§impl FailureInfoBuilder
impl FailureInfoBuilder
sourcepub fn failed_records_s3_url(self, input: impl Into<String>) -> Self
pub fn failed_records_s3_url(self, input: impl Into<String>) -> Self
An Amazon S3 pre-signed URL that contains all the failed records and related information.
sourcepub fn set_failed_records_s3_url(self, input: Option<String>) -> Self
pub fn set_failed_records_s3_url(self, input: Option<String>) -> Self
An Amazon S3 pre-signed URL that contains all the failed records and related information.
sourcepub fn get_failed_records_s3_url(&self) -> &Option<String>
pub fn get_failed_records_s3_url(&self) -> &Option<String>
An Amazon S3 pre-signed URL that contains all the failed records and related information.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
A message about why the job failed.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
A message about why the job failed.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
A message about why the job failed.
sourcepub fn build(self) -> FailureInfo
pub fn build(self) -> FailureInfo
Consumes the builder and constructs a FailureInfo.
Trait Implementations§
source§impl Clone for FailureInfoBuilder
impl Clone for FailureInfoBuilder
source§fn clone(&self) -> FailureInfoBuilder
fn clone(&self) -> FailureInfoBuilder
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 Debug for FailureInfoBuilder
impl Debug for FailureInfoBuilder
source§impl Default for FailureInfoBuilder
impl Default for FailureInfoBuilder
source§fn default() -> FailureInfoBuilder
fn default() -> FailureInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FailureInfoBuilder
impl PartialEq for FailureInfoBuilder
source§fn eq(&self, other: &FailureInfoBuilder) -> bool
fn eq(&self, other: &FailureInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FailureInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for FailureInfoBuilder
impl Send for FailureInfoBuilder
impl Sync for FailureInfoBuilder
impl Unpin for FailureInfoBuilder
impl UnwindSafe for FailureInfoBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.