AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateIdentitySourceResult.h
1
6#pragma once
7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace VerifiedPermissions
25{
26namespace Model
27{
29 {
30 public:
31 AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult() = default;
34
35
37
41 inline const Aws::Utils::DateTime& GetCreatedDate() const { return m_createdDate; }
42 template<typename CreatedDateT = Aws::Utils::DateTime>
43 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet = true; m_createdDate = std::forward<CreatedDateT>(value); }
44 template<typename CreatedDateT = Aws::Utils::DateTime>
45 UpdateIdentitySourceResult& WithCreatedDate(CreatedDateT&& value) { SetCreatedDate(std::forward<CreatedDateT>(value)); return *this;}
47
49
52 inline const Aws::String& GetIdentitySourceId() const { return m_identitySourceId; }
53 template<typename IdentitySourceIdT = Aws::String>
54 void SetIdentitySourceId(IdentitySourceIdT&& value) { m_identitySourceIdHasBeenSet = true; m_identitySourceId = std::forward<IdentitySourceIdT>(value); }
55 template<typename IdentitySourceIdT = Aws::String>
56 UpdateIdentitySourceResult& WithIdentitySourceId(IdentitySourceIdT&& value) { SetIdentitySourceId(std::forward<IdentitySourceIdT>(value)); return *this;}
58
60
63 inline const Aws::Utils::DateTime& GetLastUpdatedDate() const { return m_lastUpdatedDate; }
64 template<typename LastUpdatedDateT = Aws::Utils::DateTime>
65 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet = true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
66 template<typename LastUpdatedDateT = Aws::Utils::DateTime>
67 UpdateIdentitySourceResult& WithLastUpdatedDate(LastUpdatedDateT&& value) { SetLastUpdatedDate(std::forward<LastUpdatedDateT>(value)); return *this;}
69
71
74 inline const Aws::String& GetPolicyStoreId() const { return m_policyStoreId; }
75 template<typename PolicyStoreIdT = Aws::String>
76 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet = true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
77 template<typename PolicyStoreIdT = Aws::String>
78 UpdateIdentitySourceResult& WithPolicyStoreId(PolicyStoreIdT&& value) { SetPolicyStoreId(std::forward<PolicyStoreIdT>(value)); return *this;}
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template<typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
86 template<typename RequestIdT = Aws::String>
87 UpdateIdentitySourceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
89 private:
90
91 Aws::Utils::DateTime m_createdDate{};
92 bool m_createdDateHasBeenSet = false;
93
94 Aws::String m_identitySourceId;
95 bool m_identitySourceIdHasBeenSet = false;
96
97 Aws::Utils::DateTime m_lastUpdatedDate{};
98 bool m_lastUpdatedDateHasBeenSet = false;
99
100 Aws::String m_policyStoreId;
101 bool m_policyStoreIdHasBeenSet = false;
102
103 Aws::String m_requestId;
104 bool m_requestIdHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace VerifiedPermissions
109} // 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