7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/model/KeyState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace PaymentCryptography
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_keyStateHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
KeyState GetKeyState() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
ListKeysRequest & WithKeyState(KeyState value)
bool KeyStateHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListKeysRequest & WithNextToken(NextTokenT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
void SetKeyState(KeyState value)
int GetMaxResults() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
ListKeysRequest & WithMaxResults(int value)
AWS_PAYMENTCRYPTOGRAPHY_API ListKeysRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String