7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/email/model/IdentityType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
81 bool m_identityTypeHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_maxItemsHasBeenSet =
false;
AWS_SES_API Aws::String SerializePayload() const override
ListIdentitiesRequest & WithMaxItems(int value)
virtual const char * GetServiceRequestName() const override
void SetIdentityType(IdentityType value)
void SetNextToken(NextTokenT &&value)
void SetMaxItems(int value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
IdentityType GetIdentityType() const
AWS_SES_API ListIdentitiesRequest()=default
bool MaxItemsHasBeenSet() const
ListIdentitiesRequest & WithNextToken(NextTokenT &&value)
bool IdentityTypeHasBeenSet() const
ListIdentitiesRequest & WithIdentityType(IdentityType value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String