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
45 inline void SetKeyState(
KeyState&& value) { m_keyStateHasBeenSet =
true; m_keyState = std::move(value); }
60 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 bool m_keyStateHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
ListKeysRequest & WithKeyState(KeyState &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool KeyStateHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
ListKeysRequest & WithNextToken(Aws::String &&value)
ListKeysRequest & WithKeyState(const KeyState &value)
int GetMaxResults() const
void SetKeyState(KeyState &&value)
void SetNextToken(const char *value)
ListKeysRequest & WithNextToken(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetKeyState(const KeyState &value)
const KeyState & GetKeyState() const
ListKeysRequest & WithMaxResults(int value)
AWS_PAYMENTCRYPTOGRAPHY_API ListKeysRequest()
void SetNextToken(Aws::String &&value)
ListKeysRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String