7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint-email/model/WarmupStatus.h>
22namespace PinpointEmail
48 template<
typename IpT = Aws::String>
49 void SetIp(IpT&& value) { m_ipHasBeenSet =
true; m_ip = std::forward<IpT>(value); }
50 template<
typename IpT = Aws::String>
76 inline void SetWarmupPercentage(
int value) { m_warmupPercentageHasBeenSet =
true; m_warmupPercentage = value; }
86 template<
typename PoolNameT = Aws::String>
87 void SetPoolName(PoolNameT&& value) { m_poolNameHasBeenSet =
true; m_poolName = std::forward<PoolNameT>(value); }
88 template<
typename PoolNameT = Aws::String>
94 bool m_ipHasBeenSet =
false;
97 bool m_warmupStatusHasBeenSet =
false;
99 int m_warmupPercentage{0};
100 bool m_warmupPercentageHasBeenSet =
false;
103 bool m_poolNameHasBeenSet =
false;
AWS_PINPOINTEMAIL_API DedicatedIp()=default
const Aws::String & GetIp() const
DedicatedIp & WithPoolName(PoolNameT &&value)
void SetPoolName(PoolNameT &&value)
AWS_PINPOINTEMAIL_API DedicatedIp(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINTEMAIL_API DedicatedIp & operator=(Aws::Utils::Json::JsonView jsonValue)
DedicatedIp & WithWarmupPercentage(int value)
DedicatedIp & WithIp(IpT &&value)
WarmupStatus GetWarmupStatus() const
void SetWarmupStatus(WarmupStatus value)
bool WarmupStatusHasBeenSet() const
DedicatedIp & WithWarmupStatus(WarmupStatus value)
bool WarmupPercentageHasBeenSet() const
const Aws::String & GetPoolName() const
void SetWarmupPercentage(int value)
bool IpHasBeenSet() const
bool PoolNameHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
int GetWarmupPercentage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue