7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
14namespace PinpointEmail {
43 template <
typename IpT = Aws::String>
45 m_ipHasBeenSet =
true;
46 m_ip = std::forward<IpT>(value);
48 template <
typename IpT = Aws::String>
50 SetIp(std::forward<IpT>(value));
56 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