7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint-email/model/PlacementStatistics.h>
22namespace PinpointEmail
50 inline void SetIspName(
const char* value) { m_ispNameHasBeenSet =
true; m_ispName.assign(value); }
71 bool m_ispNameHasBeenSet =
false;
74 bool m_placementStatisticsHasBeenSet =
false;
IspPlacement & WithIspName(const Aws::String &value)
void SetPlacementStatistics(const PlacementStatistics &value)
AWS_PINPOINTEMAIL_API IspPlacement & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const PlacementStatistics & GetPlacementStatistics() const
const Aws::String & GetIspName() const
bool IspNameHasBeenSet() const
IspPlacement & WithIspName(const char *value)
AWS_PINPOINTEMAIL_API IspPlacement()
void SetIspName(Aws::String &&value)
void SetIspName(const char *value)
AWS_PINPOINTEMAIL_API IspPlacement(Aws::Utils::Json::JsonView jsonValue)
bool PlacementStatisticsHasBeenSet() const
void SetPlacementStatistics(PlacementStatistics &&value)
IspPlacement & WithIspName(Aws::String &&value)
IspPlacement & WithPlacementStatistics(PlacementStatistics &&value)
void SetIspName(const Aws::String &value)
IspPlacement & WithPlacementStatistics(const PlacementStatistics &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue