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.
This field is required.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 get_report_id(&self) -> &Option<String>
pub fn get_report_id(&self) -> &Option<String>
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 get_deliverability_test_status(
&self
) -> &Option<DeliverabilityTestStatus>
pub fn get_deliverability_test_status( &self ) -> &Option<DeliverabilityTestStatus>
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) -> Result<CreateDeliverabilityTestReportOutput, BuildError>
pub fn build(self) -> Result<CreateDeliverabilityTestReportOutput, BuildError>
Consumes the builder and constructs a CreateDeliverabilityTestReportOutput.
This method will fail if any of the following fields are not set:
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 for CreateDeliverabilityTestReportOutputBuilder
impl PartialEq 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 ==.