7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PartnerCentralSelling {
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
53 template <
typename ArnT = Aws::String>
55 m_arnHasBeenSet =
true;
56 m_arn = std::forward<ArnT>(value);
58 template <
typename ArnT = Aws::String>
60 SetArn(std::forward<ArnT>(value));
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_idHasBeenSet =
false;
86 bool m_arnHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
AWS_PARTNERCENTRALSELLING_API CreateEngagementInvitationResult()=default
AWS_PARTNERCENTRALSELLING_API CreateEngagementInvitationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEngagementInvitationResult & WithId(IdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateEngagementInvitationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateEngagementInvitationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
CreateEngagementInvitationResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue