7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography/model/KeySummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace PaymentCryptography
43 template<
typename KeysT = Aws::Vector<KeySummary>>
44 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
45 template<
typename KeysT = Aws::Vector<KeySummary>>
47 template<
typename KeysT = KeySummary>
48 ListKeysResult&
AddKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys.emplace_back(std::forward<KeysT>(value));
return *
this; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_keysHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API ListKeysResult()=default
const Aws::String & GetRequestId() const
ListKeysResult & WithKeys(KeysT &&value)
const Aws::Vector< KeySummary > & GetKeys() const
ListKeysResult & WithNextToken(NextTokenT &&value)
ListKeysResult & WithRequestId(RequestIdT &&value)
ListKeysResult & AddKeys(KeysT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ListKeysResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ListKeysResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
void SetKeys(KeysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue