7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-benefits/PartnerCentralBenefits_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralBenefits {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
56 template <
typename ArnT = Aws::String>
58 m_arnHasBeenSet =
true;
59 m_arn = std::forward<ArnT>(value);
61 template <
typename ArnT = Aws::String>
63 SetArn(std::forward<ArnT>(value));
74 template <
typename RevisionT = Aws::String>
76 m_revisionHasBeenSet =
true;
77 m_revision = std::forward<RevisionT>(value);
79 template <
typename RevisionT = Aws::String>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_idHasBeenSet =
false;
112 bool m_arnHasBeenSet =
false;
113 bool m_revisionHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALBENEFITS_API AssociateBenefitApplicationResourceResult()=default
AssociateBenefitApplicationResourceResult & WithArn(ArnT &&value)
const Aws::String & GetRevision() const
const Aws::String & GetId() const
AWS_PARTNERCENTRALBENEFITS_API AssociateBenefitApplicationResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateBenefitApplicationResourceResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetRevision(RevisionT &&value)
void SetArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetArn() const
AssociateBenefitApplicationResourceResult & WithRevision(RevisionT &&value)
AWS_PARTNERCENTRALBENEFITS_API AssociateBenefitApplicationResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateBenefitApplicationResourceResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue