7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.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 {
36 template <
typename AliasT = Alias>
38 m_aliasHasBeenSet =
true;
39 m_alias = std::forward<AliasT>(value);
41 template <
typename AliasT = Alias>
43 SetAlias(std::forward<AliasT>(value));
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_aliasHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateAliasResult & WithRequestId(RequestIdT &&value)
void SetAlias(AliasT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Alias & GetAlias() const
AWS_PAYMENTCRYPTOGRAPHY_API CreateAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHY_API CreateAliasResult()=default
CreateAliasResult & WithAlias(AliasT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API CreateAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue