7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/KeyState.h>
15namespace PaymentCryptography {
41 m_keyStateHasBeenSet =
true;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
81 m_maxResultsHasBeenSet =
true;
95 bool m_keyStateHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 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