AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
UpdateIdentitySourceResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace VerifiedPermissions {
23namespace Model {
25 public:
26 AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult() = default;
29
31
35 inline const Aws::Utils::DateTime& GetCreatedDate() const { return m_createdDate; }
36 template <typename CreatedDateT = Aws::Utils::DateTime>
37 void SetCreatedDate(CreatedDateT&& value) {
38 m_createdDateHasBeenSet = true;
39 m_createdDate = std::forward<CreatedDateT>(value);
40 }
41 template <typename CreatedDateT = Aws::Utils::DateTime>
43 SetCreatedDate(std::forward<CreatedDateT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::String& GetIdentitySourceId() const { return m_identitySourceId; }
53 template <typename IdentitySourceIdT = Aws::String>
54 void SetIdentitySourceId(IdentitySourceIdT&& value) {
55 m_identitySourceIdHasBeenSet = true;
56 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
57 }
58 template <typename IdentitySourceIdT = Aws::String>
60 SetIdentitySourceId(std::forward<IdentitySourceIdT>(value));
61 return *this;
62 }
64
66
69 inline const Aws::Utils::DateTime& GetLastUpdatedDate() const { return m_lastUpdatedDate; }
70 template <typename LastUpdatedDateT = Aws::Utils::DateTime>
71 void SetLastUpdatedDate(LastUpdatedDateT&& value) {
72 m_lastUpdatedDateHasBeenSet = true;
73 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
74 }
75 template <typename LastUpdatedDateT = Aws::Utils::DateTime>
77 SetLastUpdatedDate(std::forward<LastUpdatedDateT>(value));
78 return *this;
79 }
81
83
86 inline const Aws::String& GetPolicyStoreId() const { return m_policyStoreId; }
87 template <typename PolicyStoreIdT = Aws::String>
88 void SetPolicyStoreId(PolicyStoreIdT&& value) {
89 m_policyStoreIdHasBeenSet = true;
90 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
91 }
92 template <typename PolicyStoreIdT = Aws::String>
94 SetPolicyStoreId(std::forward<PolicyStoreIdT>(value));
95 return *this;
96 }
98
100
101 inline const Aws::String& GetRequestId() const { return m_requestId; }
102 template <typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) {
104 m_requestIdHasBeenSet = true;
105 m_requestId = std::forward<RequestIdT>(value);
106 }
107 template <typename RequestIdT = Aws::String>
109 SetRequestId(std::forward<RequestIdT>(value));
110 return *this;
111 }
113 private:
114 Aws::Utils::DateTime m_createdDate{};
115
116 Aws::String m_identitySourceId;
117
118 Aws::Utils::DateTime m_lastUpdatedDate{};
119
120 Aws::String m_policyStoreId;
121
122 Aws::String m_requestId;
123 bool m_createdDateHasBeenSet = false;
124 bool m_identitySourceIdHasBeenSet = false;
125 bool m_lastUpdatedDateHasBeenSet = false;
126 bool m_policyStoreIdHasBeenSet = false;
127 bool m_requestIdHasBeenSet = false;
128};
129
130} // namespace Model
131} // namespace VerifiedPermissions
132} // 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