/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the predictive inbox placement test that you
* created.See Also:
AWS
* API Reference
A unique string that identifies the predictive inbox placement test.
*/ inline const Aws::String& GetReportId() const{ return m_reportId; } /** *A unique string that identifies the predictive inbox placement test.
*/ inline void SetReportId(const Aws::String& value) { m_reportId = value; } /** *A unique string that identifies the predictive inbox placement test.
*/ inline void SetReportId(Aws::String&& value) { m_reportId = std::move(value); } /** *A unique string that identifies the predictive inbox placement test.
*/ inline void SetReportId(const char* value) { m_reportId.assign(value); } /** *A unique string that identifies the predictive inbox placement test.
*/ inline CreateDeliverabilityTestReportResult& WithReportId(const Aws::String& value) { SetReportId(value); return *this;} /** *A unique string that identifies the predictive inbox placement test.
*/ inline CreateDeliverabilityTestReportResult& WithReportId(Aws::String&& value) { SetReportId(std::move(value)); return *this;} /** *A unique string that identifies the predictive inbox placement test.
*/ inline CreateDeliverabilityTestReportResult& WithReportId(const char* value) { SetReportId(value); return *this;} /** *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.
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.
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.
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.
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.