7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
9#include <aws/pinpoint-email/model/WarmupStatus.h>
20namespace PinpointEmail {
42 template <
typename IpT = Aws::String>
44 m_ipHasBeenSet =
true;
45 m_ip = std::forward<IpT>(value);
47 template <
typename IpT = Aws::String>
49 SetIp(std::forward<IpT>(value));
65 m_warmupStatusHasBeenSet =
true;
66 m_warmupStatus = value;
83 m_warmupPercentageHasBeenSet =
true;
84 m_warmupPercentage = value;
98 template <
typename PoolNameT = Aws::String>
100 m_poolNameHasBeenSet =
true;
101 m_poolName = std::forward<PoolNameT>(value);
103 template <
typename PoolNameT = Aws::String>
111 bool m_ipHasBeenSet =
false;
114 bool m_warmupStatusHasBeenSet =
false;
116 int m_warmupPercentage{0};
117 bool m_warmupPercentageHasBeenSet =
false;
120 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