7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/model/DeliverabilityTestReport.h>
9#include <aws/pinpoint-email/model/PlacementStatistics.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/pinpoint-email/model/IspPlacement.h>
13#include <aws/pinpoint-email/model/Tag.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace PinpointEmail
52 template<
typename DeliverabilityTestReportT = DeliverabilityTestReport>
53 void SetDeliverabilityTestReport(DeliverabilityTestReportT&& value) { m_deliverabilityTestReportHasBeenSet =
true; m_deliverabilityTestReport = std::forward<DeliverabilityTestReportT>(value); }
54 template<
typename DeliverabilityTestReportT = DeliverabilityTestReport>
65 template<
typename OverallPlacementT = PlacementStatistics>
66 void SetOverallPlacement(OverallPlacementT&& value) { m_overallPlacementHasBeenSet =
true; m_overallPlacement = std::forward<OverallPlacementT>(value); }
67 template<
typename OverallPlacementT = PlacementStatistics>
77 template<
typename IspPlacementsT = Aws::Vector<IspPlacement>>
78 void SetIspPlacements(IspPlacementsT&& value) { m_ispPlacementsHasBeenSet =
true; m_ispPlacements = std::forward<IspPlacementsT>(value); }
79 template<
typename IspPlacementsT = Aws::Vector<IspPlacement>>
81 template<
typename IspPlacementsT = IspPlacement>
91 template<
typename MessageT = Aws::String>
92 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
93 template<
typename MessageT = Aws::String>
103 template<
typename TagsT = Aws::Vector<Tag>>
104 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
105 template<
typename TagsT = Aws::Vector<Tag>>
107 template<
typename TagsT = Tag>
114 template<
typename RequestIdT = Aws::String>
115 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
116 template<
typename RequestIdT = Aws::String>
122 bool m_deliverabilityTestReportHasBeenSet =
false;
125 bool m_overallPlacementHasBeenSet =
false;
128 bool m_ispPlacementsHasBeenSet =
false;
131 bool m_messageHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
const DeliverabilityTestReport & GetDeliverabilityTestReport() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< IspPlacement > & GetIspPlacements() const
void SetOverallPlacement(OverallPlacementT &&value)
GetDeliverabilityTestReportResult & AddTags(TagsT &&value)
AWS_PINPOINTEMAIL_API GetDeliverabilityTestReportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeliverabilityTestReportResult & WithIspPlacements(IspPlacementsT &&value)
AWS_PINPOINTEMAIL_API GetDeliverabilityTestReportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeliverabilityTestReport(DeliverabilityTestReportT &&value)
GetDeliverabilityTestReportResult & AddIspPlacements(IspPlacementsT &&value)
AWS_PINPOINTEMAIL_API GetDeliverabilityTestReportResult()=default
void SetMessage(MessageT &&value)
void SetIspPlacements(IspPlacementsT &&value)
GetDeliverabilityTestReportResult & WithMessage(MessageT &&value)
GetDeliverabilityTestReportResult & WithRequestId(RequestIdT &&value)
const PlacementStatistics & GetOverallPlacement() const
const Aws::String & GetRequestId() const
GetDeliverabilityTestReportResult & WithDeliverabilityTestReport(DeliverabilityTestReportT &&value)
void SetTags(TagsT &&value)
GetDeliverabilityTestReportResult & WithOverallPlacement(OverallPlacementT &&value)
GetDeliverabilityTestReportResult & WithTags(TagsT &&value)
const Aws::String & GetMessage() const
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue