AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IdentityResolutionJob.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/IdentityResolutionJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/customer-profiles/model/JobStats.h>
12#include <aws/customer-profiles/model/ExportingLocation.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22 class JsonView;
23} // namespace Json
24} // namespace Utils
25namespace CustomerProfiles
26{
27namespace Model
28{
29
36 {
37 public:
38 AWS_CUSTOMERPROFILES_API IdentityResolutionJob();
39 AWS_CUSTOMERPROFILES_API IdentityResolutionJob(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CUSTOMERPROFILES_API IdentityResolutionJob& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetDomainName() const{ return m_domainName; }
49 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
50 inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; }
51 inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); }
52 inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); }
53 inline IdentityResolutionJob& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;}
54 inline IdentityResolutionJob& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;}
55 inline IdentityResolutionJob& WithDomainName(const char* value) { SetDomainName(value); return *this;}
57
59
62 inline const Aws::String& GetJobId() const{ return m_jobId; }
63 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
64 inline void SetJobId(const Aws::String& value) { m_jobIdHasBeenSet = true; m_jobId = value; }
65 inline void SetJobId(Aws::String&& value) { m_jobIdHasBeenSet = true; m_jobId = std::move(value); }
66 inline void SetJobId(const char* value) { m_jobIdHasBeenSet = true; m_jobId.assign(value); }
67 inline IdentityResolutionJob& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
68 inline IdentityResolutionJob& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
69 inline IdentityResolutionJob& WithJobId(const char* value) { SetJobId(value); return *this;}
71
73
90 inline const IdentityResolutionJobStatus& GetStatus() const{ return m_status; }
91 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
92 inline void SetStatus(const IdentityResolutionJobStatus& value) { m_statusHasBeenSet = true; m_status = value; }
93 inline void SetStatus(IdentityResolutionJobStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
94 inline IdentityResolutionJob& WithStatus(const IdentityResolutionJobStatus& value) { SetStatus(value); return *this;}
95 inline IdentityResolutionJob& WithStatus(IdentityResolutionJobStatus&& value) { SetStatus(std::move(value)); return *this;}
97
99
102 inline const Aws::Utils::DateTime& GetJobStartTime() const{ return m_jobStartTime; }
103 inline bool JobStartTimeHasBeenSet() const { return m_jobStartTimeHasBeenSet; }
104 inline void SetJobStartTime(const Aws::Utils::DateTime& value) { m_jobStartTimeHasBeenSet = true; m_jobStartTime = value; }
105 inline void SetJobStartTime(Aws::Utils::DateTime&& value) { m_jobStartTimeHasBeenSet = true; m_jobStartTime = std::move(value); }
106 inline IdentityResolutionJob& WithJobStartTime(const Aws::Utils::DateTime& value) { SetJobStartTime(value); return *this;}
107 inline IdentityResolutionJob& WithJobStartTime(Aws::Utils::DateTime&& value) { SetJobStartTime(std::move(value)); return *this;}
109
111
114 inline const Aws::Utils::DateTime& GetJobEndTime() const{ return m_jobEndTime; }
115 inline bool JobEndTimeHasBeenSet() const { return m_jobEndTimeHasBeenSet; }
116 inline void SetJobEndTime(const Aws::Utils::DateTime& value) { m_jobEndTimeHasBeenSet = true; m_jobEndTime = value; }
117 inline void SetJobEndTime(Aws::Utils::DateTime&& value) { m_jobEndTimeHasBeenSet = true; m_jobEndTime = std::move(value); }
118 inline IdentityResolutionJob& WithJobEndTime(const Aws::Utils::DateTime& value) { SetJobEndTime(value); return *this;}
119 inline IdentityResolutionJob& WithJobEndTime(Aws::Utils::DateTime&& value) { SetJobEndTime(std::move(value)); return *this;}
121
123
126 inline const JobStats& GetJobStats() const{ return m_jobStats; }
127 inline bool JobStatsHasBeenSet() const { return m_jobStatsHasBeenSet; }
128 inline void SetJobStats(const JobStats& value) { m_jobStatsHasBeenSet = true; m_jobStats = value; }
129 inline void SetJobStats(JobStats&& value) { m_jobStatsHasBeenSet = true; m_jobStats = std::move(value); }
130 inline IdentityResolutionJob& WithJobStats(const JobStats& value) { SetJobStats(value); return *this;}
131 inline IdentityResolutionJob& WithJobStats(JobStats&& value) { SetJobStats(std::move(value)); return *this;}
133
135
138 inline const ExportingLocation& GetExportingLocation() const{ return m_exportingLocation; }
139 inline bool ExportingLocationHasBeenSet() const { return m_exportingLocationHasBeenSet; }
140 inline void SetExportingLocation(const ExportingLocation& value) { m_exportingLocationHasBeenSet = true; m_exportingLocation = value; }
141 inline void SetExportingLocation(ExportingLocation&& value) { m_exportingLocationHasBeenSet = true; m_exportingLocation = std::move(value); }
143 inline IdentityResolutionJob& WithExportingLocation(ExportingLocation&& value) { SetExportingLocation(std::move(value)); return *this;}
145
147
151 inline const Aws::String& GetMessage() const{ return m_message; }
152 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
153 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
154 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
155 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
156 inline IdentityResolutionJob& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
157 inline IdentityResolutionJob& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
158 inline IdentityResolutionJob& WithMessage(const char* value) { SetMessage(value); return *this;}
160 private:
161
162 Aws::String m_domainName;
163 bool m_domainNameHasBeenSet = false;
164
165 Aws::String m_jobId;
166 bool m_jobIdHasBeenSet = false;
167
169 bool m_statusHasBeenSet = false;
170
171 Aws::Utils::DateTime m_jobStartTime;
172 bool m_jobStartTimeHasBeenSet = false;
173
174 Aws::Utils::DateTime m_jobEndTime;
175 bool m_jobEndTimeHasBeenSet = false;
176
177 JobStats m_jobStats;
178 bool m_jobStatsHasBeenSet = false;
179
180 ExportingLocation m_exportingLocation;
181 bool m_exportingLocationHasBeenSet = false;
182
183 Aws::String m_message;
184 bool m_messageHasBeenSet = false;
185 };
186
187} // namespace Model
188} // namespace CustomerProfiles
189} // namespace Aws
IdentityResolutionJob & WithJobEndTime(Aws::Utils::DateTime &&value)
IdentityResolutionJob & WithStatus(const IdentityResolutionJobStatus &value)
IdentityResolutionJob & WithJobStats(const JobStats &value)
void SetJobEndTime(const Aws::Utils::DateTime &value)
IdentityResolutionJob & WithDomainName(Aws::String &&value)
IdentityResolutionJob & WithJobStartTime(Aws::Utils::DateTime &&value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob(Aws::Utils::Json::JsonView jsonValue)
IdentityResolutionJob & WithMessage(const Aws::String &value)
IdentityResolutionJob & WithJobEndTime(const Aws::Utils::DateTime &value)
IdentityResolutionJob & WithExportingLocation(const ExportingLocation &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
IdentityResolutionJob & WithDomainName(const Aws::String &value)
void SetJobStartTime(const Aws::Utils::DateTime &value)
IdentityResolutionJob & WithStatus(IdentityResolutionJobStatus &&value)
IdentityResolutionJob & WithExportingLocation(ExportingLocation &&value)
IdentityResolutionJob & WithMessage(Aws::String &&value)
void SetStatus(IdentityResolutionJobStatus &&value)
IdentityResolutionJob & WithJobStats(JobStats &&value)
IdentityResolutionJob & WithJobId(Aws::String &&value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const IdentityResolutionJobStatus &value)
IdentityResolutionJob & WithMessage(const char *value)
const IdentityResolutionJobStatus & GetStatus() const
IdentityResolutionJob & WithJobStartTime(const Aws::Utils::DateTime &value)
IdentityResolutionJob & WithJobId(const Aws::String &value)
IdentityResolutionJob & WithDomainName(const char *value)
IdentityResolutionJob & WithJobId(const char *value)
void SetExportingLocation(const ExportingLocation &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue