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>
55 bool m_ipHasBeenSet =
false;
bool IpHasBeenSet() const
const Aws::String & GetIp() const
AWS_PINPOINTEMAIL_API GetDedicatedIpRequest()=default
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
GetDedicatedIpRequest & WithIp(IpT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String