AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
41 inline const Aws::Utils::DateTime& GetCreatedDate() const{ return m_createdDate; }
42 inline void SetCreatedDate(const Aws::Utils::DateTime& value) { m_createdDate = value; }
43 inline void SetCreatedDate(Aws::Utils::DateTime&& value) { m_createdDate = std::move(value); }
45 inline UpdateIdentitySourceResult& WithCreatedDate(Aws::Utils::DateTime&& value) { SetCreatedDate(std::move(value)); return *this;}
47
49
52 inline const Aws::String& GetIdentitySourceId() const{ return m_identitySourceId; }
53 inline void SetIdentitySourceId(const Aws::String& value) { m_identitySourceId = value; }
54 inline void SetIdentitySourceId(Aws::String&& value) { m_identitySourceId = std::move(value); }
55 inline void SetIdentitySourceId(const char* value) { m_identitySourceId.assign(value); }
57 inline UpdateIdentitySourceResult& WithIdentitySourceId(Aws::String&& value) { SetIdentitySourceId(std::move(value)); return *this;}
58 inline UpdateIdentitySourceResult& WithIdentitySourceId(const char* value) { SetIdentitySourceId(value); return *this;}
60
62
65 inline const Aws::Utils::DateTime& GetLastUpdatedDate() const{ return m_lastUpdatedDate; }
66 inline void SetLastUpdatedDate(const Aws::Utils::DateTime& value) { m_lastUpdatedDate = value; }
67 inline void SetLastUpdatedDate(Aws::Utils::DateTime&& value) { m_lastUpdatedDate = std::move(value); }
71
73
76 inline const Aws::String& GetPolicyStoreId() const{ return m_policyStoreId; }
77 inline void SetPolicyStoreId(const Aws::String& value) { m_policyStoreId = value; }
78 inline void SetPolicyStoreId(Aws::String&& value) { m_policyStoreId = std::move(value); }
79 inline void SetPolicyStoreId(const char* value) { m_policyStoreId.assign(value); }
80 inline UpdateIdentitySourceResult& WithPolicyStoreId(const Aws::String& value) { SetPolicyStoreId(value); return *this;}
81 inline UpdateIdentitySourceResult& WithPolicyStoreId(Aws::String&& value) { SetPolicyStoreId(std::move(value)); return *this;}
82 inline UpdateIdentitySourceResult& WithPolicyStoreId(const char* value) { SetPolicyStoreId(value); return *this;}
84
86
87 inline const Aws::String& GetRequestId() const{ return m_requestId; }
88 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
89 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
90 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
91 inline UpdateIdentitySourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
92 inline UpdateIdentitySourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
93 inline UpdateIdentitySourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
95 private:
96
97 Aws::Utils::DateTime m_createdDate;
98
99 Aws::String m_identitySourceId;
100
101 Aws::Utils::DateTime m_lastUpdatedDate;
102
103 Aws::String m_policyStoreId;
104
105 Aws::String m_requestId;
106 };
107
108} // namespace Model
109} // namespace VerifiedPermissions
110} // namespace Aws
UpdateIdentitySourceResult & WithRequestId(const Aws::String &value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdentitySourceResult & WithRequestId(Aws::String &&value)
UpdateIdentitySourceResult & WithPolicyStoreId(const Aws::String &value)
UpdateIdentitySourceResult & WithIdentitySourceId(Aws::String &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdentitySourceResult & WithCreatedDate(Aws::Utils::DateTime &&value)
UpdateIdentitySourceResult & WithLastUpdatedDate(Aws::Utils::DateTime &&value)
UpdateIdentitySourceResult & WithLastUpdatedDate(const Aws::Utils::DateTime &value)
UpdateIdentitySourceResult & WithRequestId(const char *value)
UpdateIdentitySourceResult & WithIdentitySourceId(const Aws::String &value)
UpdateIdentitySourceResult & WithCreatedDate(const Aws::Utils::DateTime &value)
UpdateIdentitySourceResult & WithPolicyStoreId(Aws::String &&value)
UpdateIdentitySourceResult & WithIdentitySourceId(const char *value)
UpdateIdentitySourceResult & WithPolicyStoreId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue