Struct aws_sdk_sesv2::operation::create_deliverability_test_report::builders::CreateDeliverabilityTestReportOutputBuilder
source · #[non_exhaustive]pub struct CreateDeliverabilityTestReportOutputBuilder { /* private fields */ }Expand description
A builder for CreateDeliverabilityTestReportOutput.
Implementations§
source§impl CreateDeliverabilityTestReportOutputBuilder
impl CreateDeliverabilityTestReportOutputBuilder
sourcepub fn report_id(self, input: impl Into<String>) -> Self
pub fn report_id(self, input: impl Into<String>) -> Self
A unique string that identifies the predictive inbox placement test.
sourcepub fn set_report_id(self, input: Option<String>) -> Self
pub fn set_report_id(self, input: Option<String>) -> Self
A unique string that identifies the predictive inbox placement test.
sourcepub fn deliverability_test_status(self, input: DeliverabilityTestStatus) -> Self
pub fn deliverability_test_status(self, input: DeliverabilityTestStatus) -> Self
The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.
sourcepub fn set_deliverability_test_status(
self,
input: Option<DeliverabilityTestStatus>
) -> Self
pub fn set_deliverability_test_status( self, input: Option<DeliverabilityTestStatus> ) -> Self
The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.
sourcepub fn build(self) -> CreateDeliverabilityTestReportOutput
pub fn build(self) -> CreateDeliverabilityTestReportOutput
Consumes the builder and constructs a CreateDeliverabilityTestReportOutput.
Trait Implementations§
source§impl Clone for CreateDeliverabilityTestReportOutputBuilder
impl Clone for CreateDeliverabilityTestReportOutputBuilder
source§fn clone(&self) -> CreateDeliverabilityTestReportOutputBuilder
fn clone(&self) -> CreateDeliverabilityTestReportOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateDeliverabilityTestReportOutputBuilder
impl Default for CreateDeliverabilityTestReportOutputBuilder
source§fn default() -> CreateDeliverabilityTestReportOutputBuilder
fn default() -> CreateDeliverabilityTestReportOutputBuilder
source§impl PartialEq<CreateDeliverabilityTestReportOutputBuilder> for CreateDeliverabilityTestReportOutputBuilder
impl PartialEq<CreateDeliverabilityTestReportOutputBuilder> for CreateDeliverabilityTestReportOutputBuilder
source§fn eq(&self, other: &CreateDeliverabilityTestReportOutputBuilder) -> bool
fn eq(&self, other: &CreateDeliverabilityTestReportOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.