7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PinpointEmail
47 template<
typename IpT = Aws::String>
48 void SetIp(IpT&& value) { m_ipHasBeenSet =
true; m_ip = std::forward<IpT>(value); }
49 template<
typename IpT = Aws::String>
60 inline void SetWarmupPercentage(
int value) { m_warmupPercentageHasBeenSet =
true; m_warmupPercentage = value; }
66 bool m_ipHasBeenSet =
false;
68 int m_warmupPercentage{0};
69 bool m_warmupPercentageHasBeenSet =
false;
int GetWarmupPercentage() const
virtual const char * GetServiceRequestName() const override
PutDedicatedIpWarmupAttributesRequest & WithWarmupPercentage(int value)
bool WarmupPercentageHasBeenSet() const
AWS_PINPOINTEMAIL_API PutDedicatedIpWarmupAttributesRequest()=default
void SetWarmupPercentage(int value)
PutDedicatedIpWarmupAttributesRequest & WithIp(IpT &&value)
const Aws::String & GetIp() const
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
bool IpHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String