AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateIdentitySourceResult.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 CreateIdentitySourceResult();
34
35
37
40 inline const Aws::Utils::DateTime& GetCreatedDate() const{ return m_createdDate; }
41 inline void SetCreatedDate(const Aws::Utils::DateTime& value) { m_createdDate = value; }
42 inline void SetCreatedDate(Aws::Utils::DateTime&& value) { m_createdDate = std::move(value); }
44 inline CreateIdentitySourceResult& WithCreatedDate(Aws::Utils::DateTime&& value) { SetCreatedDate(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetIdentitySourceId() const{ return m_identitySourceId; }
52 inline void SetIdentitySourceId(const Aws::String& value) { m_identitySourceId = value; }
53 inline void SetIdentitySourceId(Aws::String&& value) { m_identitySourceId = std::move(value); }
54 inline void SetIdentitySourceId(const char* value) { m_identitySourceId.assign(value); }
56 inline CreateIdentitySourceResult& WithIdentitySourceId(Aws::String&& value) { SetIdentitySourceId(std::move(value)); return *this;}
57 inline CreateIdentitySourceResult& WithIdentitySourceId(const char* value) { SetIdentitySourceId(value); return *this;}
59
61
64 inline const Aws::Utils::DateTime& GetLastUpdatedDate() const{ return m_lastUpdatedDate; }
65 inline void SetLastUpdatedDate(const Aws::Utils::DateTime& value) { m_lastUpdatedDate = value; }
66 inline void SetLastUpdatedDate(Aws::Utils::DateTime&& value) { m_lastUpdatedDate = std::move(value); }
70
72
75 inline const Aws::String& GetPolicyStoreId() const{ return m_policyStoreId; }
76 inline void SetPolicyStoreId(const Aws::String& value) { m_policyStoreId = value; }
77 inline void SetPolicyStoreId(Aws::String&& value) { m_policyStoreId = std::move(value); }
78 inline void SetPolicyStoreId(const char* value) { m_policyStoreId.assign(value); }
79 inline CreateIdentitySourceResult& WithPolicyStoreId(const Aws::String& value) { SetPolicyStoreId(value); return *this;}
80 inline CreateIdentitySourceResult& WithPolicyStoreId(Aws::String&& value) { SetPolicyStoreId(std::move(value)); return *this;}
81 inline CreateIdentitySourceResult& WithPolicyStoreId(const char* value) { SetPolicyStoreId(value); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const{ return m_requestId; }
87 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
88 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
89 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
90 inline CreateIdentitySourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
91 inline CreateIdentitySourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
92 inline CreateIdentitySourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
94 private:
95
96 Aws::Utils::DateTime m_createdDate;
97
98 Aws::String m_identitySourceId;
99
100 Aws::Utils::DateTime m_lastUpdatedDate;
101
102 Aws::String m_policyStoreId;
103
104 Aws::String m_requestId;
105 };
106
107} // namespace Model
108} // namespace VerifiedPermissions
109} // namespace Aws
CreateIdentitySourceResult & WithRequestId(const char *value)
CreateIdentitySourceResult & WithCreatedDate(const Aws::Utils::DateTime &value)
CreateIdentitySourceResult & WithPolicyStoreId(const char *value)
CreateIdentitySourceResult & WithPolicyStoreId(const Aws::String &value)
CreateIdentitySourceResult & WithIdentitySourceId(const char *value)
CreateIdentitySourceResult & WithIdentitySourceId(const Aws::String &value)
CreateIdentitySourceResult & WithIdentitySourceId(Aws::String &&value)
CreateIdentitySourceResult & WithCreatedDate(Aws::Utils::DateTime &&value)
AWS_VERIFIEDPERMISSIONS_API CreateIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIdentitySourceResult & WithRequestId(Aws::String &&value)
CreateIdentitySourceResult & WithLastUpdatedDate(const Aws::Utils::DateTime &value)
CreateIdentitySourceResult & WithLastUpdatedDate(Aws::Utils::DateTime &&value)
AWS_VERIFIEDPERMISSIONS_API CreateIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIdentitySourceResult & WithPolicyStoreId(Aws::String &&value)
CreateIdentitySourceResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue