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/MpaTeamAssociation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PaymentCryptography {
37 template <
typename MpaTeamAssociationT = MpaTeamAssociation>
39 m_mpaTeamAssociationHasBeenSet =
true;
40 m_mpaTeamAssociation = std::forward<MpaTeamAssociationT>(value);
42 template <
typename MpaTeamAssociationT = MpaTeamAssociation>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_mpaTeamAssociationHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
GetMpaTeamAssociationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PAYMENTCRYPTOGRAPHY_API GetMpaTeamAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMpaTeamAssociationResult & WithMpaTeamAssociation(MpaTeamAssociationT &&value)
const MpaTeamAssociation & GetMpaTeamAssociation() const
void SetMpaTeamAssociation(MpaTeamAssociationT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API GetMpaTeamAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHY_API GetMpaTeamAssociationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue