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
48 template<
typename IspNameT = Aws::String>
49 void SetIspName(IspNameT&& value) { m_ispNameHasBeenSet =
true; m_ispName = std::forward<IspNameT>(value); }
50 template<
typename IspNameT = Aws::String>
61 template<
typename PlacementStatisticsT = PlacementStatistics>
62 void SetPlacementStatistics(PlacementStatisticsT&& value) { m_placementStatisticsHasBeenSet =
true; m_placementStatistics = std::forward<PlacementStatisticsT>(value); }
63 template<
typename PlacementStatisticsT = PlacementStatistics>
69 bool m_ispNameHasBeenSet =
false;
72 bool m_placementStatisticsHasBeenSet =
false;
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
IspPlacement & WithIspName(IspNameT &&value)
bool IspNameHasBeenSet() const
IspPlacement & WithPlacementStatistics(PlacementStatisticsT &&value)
void SetIspName(IspNameT &&value)
void SetPlacementStatistics(PlacementStatisticsT &&value)
AWS_PINPOINTEMAIL_API IspPlacement(Aws::Utils::Json::JsonView jsonValue)
bool PlacementStatisticsHasBeenSet() const
AWS_PINPOINTEMAIL_API IspPlacement()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue