7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/Alias.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PaymentCryptography {
37 template <
typename AliasesT = Aws::Vector<Alias>>
39 m_aliasesHasBeenSet =
true;
40 m_aliases = std::forward<AliasesT>(value);
42 template <
typename AliasesT = Aws::Vector<Alias>>
47 template <
typename AliasesT = Alias>
49 m_aliasesHasBeenSet =
true;
50 m_aliases.emplace_back(std::forward<AliasesT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_aliasesHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
ListAliasesResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
ListAliasesResult & WithNextToken(NextTokenT &&value)
ListAliasesResult & WithAliases(AliasesT &&value)
void SetAliases(AliasesT &&value)
const Aws::Vector< Alias > & GetAliases() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHY_API ListAliasesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHY_API ListAliasesResult()=default
AWS_PAYMENTCRYPTOGRAPHY_API ListAliasesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListAliasesResult & AddAliases(AliasesT &&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