AWS SDK for C++

AWS SDK for C++ Version 1.11.711

Loading...
Searching...
No Matches
CreateBenefitApplicationResult.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 CreateBenefitApplicationResult() = default;
27 AWS_PARTNERCENTRALBENEFITS_API CreateBenefitApplicationResult& operator=(
29
31
34 inline const Aws::String& GetId() const { return m_id; }
35 template <typename IdT = Aws::String>
36 void SetId(IdT&& value) {
37 m_idHasBeenSet = true;
38 m_id = std::forward<IdT>(value);
39 }
40 template <typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetArn() const { return m_arn; }
52 template <typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) {
54 m_arnHasBeenSet = true;
55 m_arn = std::forward<ArnT>(value);
56 }
57 template <typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetRevision() const { return m_revision; }
69 template <typename RevisionT = Aws::String>
70 void SetRevision(RevisionT&& value) {
71 m_revisionHasBeenSet = true;
72 m_revision = std::forward<RevisionT>(value);
73 }
74 template <typename RevisionT = Aws::String>
76 SetRevision(std::forward<RevisionT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 private:
96 Aws::String m_id;
97
98 Aws::String m_arn;
99
100 Aws::String m_revision;
101
102 Aws::String m_requestId;
103 bool m_idHasBeenSet = false;
104 bool m_arnHasBeenSet = false;
105 bool m_revisionHasBeenSet = false;
106 bool m_requestIdHasBeenSet = false;
107};
108
109} // namespace Model
110} // namespace PartnerCentralBenefits
111} // namespace Aws
AWS_PARTNERCENTRALBENEFITS_API CreateBenefitApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALBENEFITS_API CreateBenefitApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALBENEFITS_API CreateBenefitApplicationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue