AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetIdentitySourceResult.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 <aws/verifiedpermissions/model/ConfigurationDetail.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace VerifiedPermissions
26{
27namespace Model
28{
30 {
31 public:
32 AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult();
35
36
38
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); }
44 inline GetIdentitySourceResult& WithCreatedDate(const Aws::Utils::DateTime& value) { SetCreatedDate(value); return *this;}
45 inline GetIdentitySourceResult& 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); }
56 inline GetIdentitySourceResult& WithIdentitySourceId(const Aws::String& value) { SetIdentitySourceId(value); return *this;}
57 inline GetIdentitySourceResult& WithIdentitySourceId(Aws::String&& value) { SetIdentitySourceId(std::move(value)); return *this;}
58 inline GetIdentitySourceResult& 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); }
69 inline GetIdentitySourceResult& WithLastUpdatedDate(Aws::Utils::DateTime&& value) { SetLastUpdatedDate(std::move(value)); return *this;}
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 GetIdentitySourceResult& WithPolicyStoreId(const Aws::String& value) { SetPolicyStoreId(value); return *this;}
81 inline GetIdentitySourceResult& WithPolicyStoreId(Aws::String&& value) { SetPolicyStoreId(std::move(value)); return *this;}
82 inline GetIdentitySourceResult& WithPolicyStoreId(const char* value) { SetPolicyStoreId(value); return *this;}
84
86
90 inline const Aws::String& GetPrincipalEntityType() const{ return m_principalEntityType; }
91 inline void SetPrincipalEntityType(const Aws::String& value) { m_principalEntityType = value; }
92 inline void SetPrincipalEntityType(Aws::String&& value) { m_principalEntityType = std::move(value); }
93 inline void SetPrincipalEntityType(const char* value) { m_principalEntityType.assign(value); }
95 inline GetIdentitySourceResult& WithPrincipalEntityType(Aws::String&& value) { SetPrincipalEntityType(std::move(value)); return *this;}
96 inline GetIdentitySourceResult& WithPrincipalEntityType(const char* value) { SetPrincipalEntityType(value); return *this;}
98
100
103 inline const ConfigurationDetail& GetConfiguration() const{ return m_configuration; }
104 inline void SetConfiguration(const ConfigurationDetail& value) { m_configuration = value; }
105 inline void SetConfiguration(ConfigurationDetail&& value) { m_configuration = std::move(value); }
107 inline GetIdentitySourceResult& WithConfiguration(ConfigurationDetail&& value) { SetConfiguration(std::move(value)); return *this;}
109
111
112 inline const Aws::String& GetRequestId() const{ return m_requestId; }
113 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
114 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
115 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
116 inline GetIdentitySourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
117 inline GetIdentitySourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
118 inline GetIdentitySourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
120 private:
121
122 Aws::Utils::DateTime m_createdDate;
123
124 Aws::String m_identitySourceId;
125
126 Aws::Utils::DateTime m_lastUpdatedDate;
127
128 Aws::String m_policyStoreId;
129
130 Aws::String m_principalEntityType;
131
132 ConfigurationDetail m_configuration;
133
134 Aws::String m_requestId;
135 };
136
137} // namespace Model
138} // namespace VerifiedPermissions
139} // namespace Aws
GetIdentitySourceResult & WithPrincipalEntityType(Aws::String &&value)
GetIdentitySourceResult & WithPolicyStoreId(const Aws::String &value)
GetIdentitySourceResult & WithIdentitySourceId(Aws::String &&value)
GetIdentitySourceResult & WithPolicyStoreId(Aws::String &&value)
GetIdentitySourceResult & WithIdentitySourceId(const char *value)
GetIdentitySourceResult & WithConfiguration(ConfigurationDetail &&value)
GetIdentitySourceResult & WithLastUpdatedDate(Aws::Utils::DateTime &&value)
GetIdentitySourceResult & WithPrincipalEntityType(const Aws::String &value)
GetIdentitySourceResult & WithIdentitySourceId(const Aws::String &value)
GetIdentitySourceResult & WithConfiguration(const ConfigurationDetail &value)
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdentitySourceResult & WithCreatedDate(const Aws::Utils::DateTime &value)
GetIdentitySourceResult & WithCreatedDate(Aws::Utils::DateTime &&value)
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdentitySourceResult & WithPolicyStoreId(const char *value)
GetIdentitySourceResult & WithRequestId(Aws::String &&value)
GetIdentitySourceResult & WithRequestId(const Aws::String &value)
GetIdentitySourceResult & WithRequestId(const char *value)
GetIdentitySourceResult & WithPrincipalEntityType(const char *value)
GetIdentitySourceResult & WithLastUpdatedDate(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue