AWS SDK for C++

AWS SDK for C++ Version 1.11.785

Loading...
Searching...
No Matches
UpdateIdentitySourceResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace VerifiedPermissions {
24namespace Model {
26 public:
27 AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult() = default;
30
32
36 inline const Aws::Utils::DateTime& GetCreatedDate() const { return m_createdDate; }
37 template <typename CreatedDateT = Aws::Utils::DateTime>
38 void SetCreatedDate(CreatedDateT&& value) {
39 m_createdDateHasBeenSet = true;
40 m_createdDate = std::forward<CreatedDateT>(value);
41 }
42 template <typename CreatedDateT = Aws::Utils::DateTime>
44 SetCreatedDate(std::forward<CreatedDateT>(value));
45 return *this;
46 }
48
50
53 inline const Aws::String& GetIdentitySourceId() const { return m_identitySourceId; }
54 template <typename IdentitySourceIdT = Aws::String>
55 void SetIdentitySourceId(IdentitySourceIdT&& value) {
56 m_identitySourceIdHasBeenSet = true;
57 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
58 }
59 template <typename IdentitySourceIdT = Aws::String>
61 SetIdentitySourceId(std::forward<IdentitySourceIdT>(value));
62 return *this;
63 }
65
67
70 inline const Aws::Utils::DateTime& GetLastUpdatedDate() const { return m_lastUpdatedDate; }
71 template <typename LastUpdatedDateT = Aws::Utils::DateTime>
72 void SetLastUpdatedDate(LastUpdatedDateT&& value) {
73 m_lastUpdatedDateHasBeenSet = true;
74 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
75 }
76 template <typename LastUpdatedDateT = Aws::Utils::DateTime>
78 SetLastUpdatedDate(std::forward<LastUpdatedDateT>(value));
79 return *this;
80 }
82
84
87 inline const Aws::String& GetPolicyStoreId() const { return m_policyStoreId; }
88 template <typename PolicyStoreIdT = Aws::String>
89 void SetPolicyStoreId(PolicyStoreIdT&& value) {
90 m_policyStoreIdHasBeenSet = true;
91 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
92 }
93 template <typename PolicyStoreIdT = Aws::String>
95 SetPolicyStoreId(std::forward<PolicyStoreIdT>(value));
96 return *this;
97 }
99
101
102 inline const Aws::String& GetRequestId() const { return m_requestId; }
103 template <typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) {
105 m_requestIdHasBeenSet = true;
106 m_requestId = std::forward<RequestIdT>(value);
107 }
108 template <typename RequestIdT = Aws::String>
110 SetRequestId(std::forward<RequestIdT>(value));
111 return *this;
112 }
114 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
115
116 private:
117 Aws::Utils::DateTime m_createdDate{};
118
119 Aws::String m_identitySourceId;
120
121 Aws::Utils::DateTime m_lastUpdatedDate{};
122
123 Aws::String m_policyStoreId;
124
125 Aws::String m_requestId;
126 Aws::Http::HttpResponseCode m_HttpResponseCode;
127 bool m_createdDateHasBeenSet = false;
128 bool m_identitySourceIdHasBeenSet = false;
129 bool m_lastUpdatedDateHasBeenSet = false;
130 bool m_policyStoreIdHasBeenSet = false;
131 bool m_requestIdHasBeenSet = false;
132};
133
134} // namespace Model
135} // namespace VerifiedPermissions
136} // namespace Aws
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdentitySourceResult & WithIdentitySourceId(IdentitySourceIdT &&value)
UpdateIdentitySourceResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
UpdateIdentitySourceResult & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult()=default
UpdateIdentitySourceResult & WithCreatedDate(CreatedDateT &&value)
UpdateIdentitySourceResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue