7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/email/SESRequest.h>
9#include <aws/email/SES_EXPORTS.h>
10#include <aws/email/model/IdentityType.h>
49 m_identityTypeHasBeenSet =
true;
50 m_identityType = value;
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
84 m_maxItemsHasBeenSet =
true;
98 bool m_identityTypeHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 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