7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
19namespace PinpointEmail {
41 template <
typename IspNameT = Aws::String>
43 m_ispNameHasBeenSet =
true;
44 m_ispName = std::forward<IspNameT>(value);
46 template <
typename IspNameT = Aws::String>
61 m_inboxRawCountHasBeenSet =
true;
62 m_inboxRawCount = value;
79 m_spamRawCountHasBeenSet =
true;
80 m_spamRawCount = value;
96 m_inboxPercentageHasBeenSet =
true;
97 m_inboxPercentage = value;
114 m_spamPercentageHasBeenSet =
true;
115 m_spamPercentage = value;
125 long long m_inboxRawCount{0};
127 long long m_spamRawCount{0};
129 double m_inboxPercentage{0.0};
131 double m_spamPercentage{0.0};
132 bool m_ispNameHasBeenSet =
false;
133 bool m_inboxRawCountHasBeenSet =
false;
134 bool m_spamRawCountHasBeenSet =
false;
135 bool m_inboxPercentageHasBeenSet =
false;
136 bool m_spamPercentageHasBeenSet =
false;
void SetInboxRawCount(long long value)
AWS_PINPOINTEMAIL_API DomainIspPlacement(Aws::Utils::Json::JsonView jsonValue)
DomainIspPlacement & WithIspName(IspNameT &&value)
void SetIspName(IspNameT &&value)
DomainIspPlacement & WithSpamRawCount(long long value)
long long GetInboxRawCount() const
void SetInboxPercentage(double value)
long long GetSpamRawCount() const
bool SpamRawCountHasBeenSet() const
const Aws::String & GetIspName() const
DomainIspPlacement & WithInboxRawCount(long long value)
double GetSpamPercentage() const
double GetInboxPercentage() const
bool IspNameHasBeenSet() const
bool InboxRawCountHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool SpamPercentageHasBeenSet() const
DomainIspPlacement & WithInboxPercentage(double value)
bool InboxPercentageHasBeenSet() const
AWS_PINPOINTEMAIL_API DomainIspPlacement()=default
void SetSpamPercentage(double value)
AWS_PINPOINTEMAIL_API DomainIspPlacement & operator=(Aws::Utils::Json::JsonView jsonValue)
DomainIspPlacement & WithSpamPercentage(double value)
void SetSpamRawCount(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue