7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace PinpointEmail
51 template<
typename PoolNameT = Aws::String>
52 void SetPoolName(PoolNameT&& value) { m_poolNameHasBeenSet =
true; m_poolName = std::forward<PoolNameT>(value); }
53 template<
typename PoolNameT = Aws::String>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
80 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
86 bool m_poolNameHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_pageSizeHasBeenSet =
false;
bool PageSizeHasBeenSet() const
void SetPageSize(int value)
void SetPoolName(PoolNameT &&value)
bool NextTokenHasBeenSet() const
GetDedicatedIpsRequest & WithNextToken(NextTokenT &&value)
AWS_PINPOINTEMAIL_API GetDedicatedIpsRequest()=default
bool PoolNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
GetDedicatedIpsRequest & WithPageSize(int value)
const Aws::String & GetNextToken() const
GetDedicatedIpsRequest & WithPoolName(PoolNameT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetPoolName() const
AWS_PINPOINTEMAIL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String