7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-benefits/PartnerCentralBenefits_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PartnerCentralBenefits {
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
73 template <
typename RevisionT = Aws::String>
75 m_revisionHasBeenSet =
true;
76 m_revision = std::forward<RevisionT>(value);
78 template <
typename RevisionT = Aws::String>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
107 bool m_idHasBeenSet =
false;
108 bool m_arnHasBeenSet =
false;
109 bool m_revisionHasBeenSet =
false;
110 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)
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