7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/MpaOperation.h>
15namespace PaymentCryptography {
42 m_actionHasBeenSet =
true;
60 template <
typename RequesterCommentT = Aws::String>
62 m_requesterCommentHasBeenSet =
true;
63 m_requesterComment = std::forward<RequesterCommentT>(value);
65 template <
typename RequesterCommentT = Aws::String>
75 bool m_actionHasBeenSet =
false;
76 bool m_requesterCommentHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
MpaOperation GetAction() const
const Aws::String & GetRequesterComment() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRequesterComment(RequesterCommentT &&value)
bool RequesterCommentHasBeenSet() const
bool ActionHasBeenSet() const
DisassociateMpaTeamRequest & WithAction(MpaOperation value)
DisassociateMpaTeamRequest & WithRequesterComment(RequesterCommentT &&value)
void SetAction(MpaOperation value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
AWS_PAYMENTCRYPTOGRAPHY_API DisassociateMpaTeamRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String