AWS SDK for C++

AWS SDK for C++ Version 1.11.711

Loading...
Searching...
No Matches
DisassociateBenefitApplicationResourceResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-benefits/PartnerCentralBenefits_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace PartnerCentralBenefits {
22namespace Model {
24 public:
25 AWS_PARTNERCENTRALBENEFITS_API DisassociateBenefitApplicationResourceResult() = default;
26 AWS_PARTNERCENTRALBENEFITS_API DisassociateBenefitApplicationResourceResult(
30
32
36 inline const Aws::String& GetId() const { return m_id; }
37 template <typename IdT = Aws::String>
38 void SetId(IdT&& value) {
39 m_idHasBeenSet = true;
40 m_id = std::forward<IdT>(value);
41 }
42 template <typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
45 return *this;
46 }
48
50
54 inline const Aws::String& GetArn() const { return m_arn; }
55 template <typename ArnT = Aws::String>
56 void SetArn(ArnT&& value) {
57 m_arnHasBeenSet = true;
58 m_arn = std::forward<ArnT>(value);
59 }
60 template <typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
63 return *this;
64 }
66
68
72 inline const Aws::String& GetRevision() const { return m_revision; }
73 template <typename RevisionT = Aws::String>
74 void SetRevision(RevisionT&& value) {
75 m_revisionHasBeenSet = true;
76 m_revision = std::forward<RevisionT>(value);
77 }
78 template <typename RevisionT = Aws::String>
80 SetRevision(std::forward<RevisionT>(value));
81 return *this;
82 }
84
86
87 inline const Aws::String& GetRequestId() const { return m_requestId; }
88 template <typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) {
90 m_requestIdHasBeenSet = true;
91 m_requestId = std::forward<RequestIdT>(value);
92 }
93 template <typename RequestIdT = Aws::String>
95 SetRequestId(std::forward<RequestIdT>(value));
96 return *this;
97 }
99 private:
100 Aws::String m_id;
101
102 Aws::String m_arn;
103
104 Aws::String m_revision;
105
106 Aws::String m_requestId;
107 bool m_idHasBeenSet = false;
108 bool m_arnHasBeenSet = false;
109 bool m_revisionHasBeenSet = false;
110 bool m_requestIdHasBeenSet = false;
111};
112
113} // namespace Model
114} // namespace PartnerCentralBenefits
115} // namespace Aws
AWS_PARTNERCENTRALBENEFITS_API DisassociateBenefitApplicationResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALBENEFITS_API DisassociateBenefitApplicationResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALBENEFITS_API DisassociateBenefitApplicationResourceResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue