AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
FraudsterRegistrationJob.h
1
6#pragma once
7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/voice-id/model/FailureDetails.h>
11#include <aws/voice-id/model/InputDataConfig.h>
12#include <aws/voice-id/model/JobProgress.h>
13#include <aws/voice-id/model/FraudsterRegistrationJobStatus.h>
14#include <aws/voice-id/model/OutputDataConfig.h>
15#include <aws/voice-id/model/RegistrationConfig.h>
16#include <utility>
17
18namespace Aws
19{
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25 class JsonView;
26} // namespace Json
27} // namespace Utils
28namespace VoiceID
29{
30namespace Model
31{
32
40 {
41 public:
42 AWS_VOICEID_API FraudsterRegistrationJob() = default;
45 AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
52 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
53 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
54 template<typename CreatedAtT = Aws::Utils::DateTime>
55 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
56 template<typename CreatedAtT = Aws::Utils::DateTime>
57 FraudsterRegistrationJob& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
59
61
66 inline const Aws::String& GetDataAccessRoleArn() const { return m_dataAccessRoleArn; }
67 inline bool DataAccessRoleArnHasBeenSet() const { return m_dataAccessRoleArnHasBeenSet; }
68 template<typename DataAccessRoleArnT = Aws::String>
69 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet = true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
70 template<typename DataAccessRoleArnT = Aws::String>
71 FraudsterRegistrationJob& WithDataAccessRoleArn(DataAccessRoleArnT&& value) { SetDataAccessRoleArn(std::forward<DataAccessRoleArnT>(value)); return *this;}
73
75
79 inline const Aws::String& GetDomainId() const { return m_domainId; }
80 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
81 template<typename DomainIdT = Aws::String>
82 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
83 template<typename DomainIdT = Aws::String>
84 FraudsterRegistrationJob& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
86
88
91 inline const Aws::Utils::DateTime& GetEndedAt() const { return m_endedAt; }
92 inline bool EndedAtHasBeenSet() const { return m_endedAtHasBeenSet; }
93 template<typename EndedAtT = Aws::Utils::DateTime>
94 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet = true; m_endedAt = std::forward<EndedAtT>(value); }
95 template<typename EndedAtT = Aws::Utils::DateTime>
96 FraudsterRegistrationJob& WithEndedAt(EndedAtT&& value) { SetEndedAt(std::forward<EndedAtT>(value)); return *this;}
98
100
107 inline const FailureDetails& GetFailureDetails() const { return m_failureDetails; }
108 inline bool FailureDetailsHasBeenSet() const { return m_failureDetailsHasBeenSet; }
109 template<typename FailureDetailsT = FailureDetails>
110 void SetFailureDetails(FailureDetailsT&& value) { m_failureDetailsHasBeenSet = true; m_failureDetails = std::forward<FailureDetailsT>(value); }
111 template<typename FailureDetailsT = FailureDetails>
112 FraudsterRegistrationJob& WithFailureDetails(FailureDetailsT&& value) { SetFailureDetails(std::forward<FailureDetailsT>(value)); return *this;}
114
116
120 inline const InputDataConfig& GetInputDataConfig() const { return m_inputDataConfig; }
121 inline bool InputDataConfigHasBeenSet() const { return m_inputDataConfigHasBeenSet; }
122 template<typename InputDataConfigT = InputDataConfig>
123 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet = true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
124 template<typename InputDataConfigT = InputDataConfig>
125 FraudsterRegistrationJob& WithInputDataConfig(InputDataConfigT&& value) { SetInputDataConfig(std::forward<InputDataConfigT>(value)); return *this;}
127
129
132 inline const Aws::String& GetJobId() const { return m_jobId; }
133 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
134 template<typename JobIdT = Aws::String>
135 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet = true; m_jobId = std::forward<JobIdT>(value); }
136 template<typename JobIdT = Aws::String>
137 FraudsterRegistrationJob& WithJobId(JobIdT&& value) { SetJobId(std::forward<JobIdT>(value)); return *this;}
139
141
144 inline const Aws::String& GetJobName() const { return m_jobName; }
145 inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; }
146 template<typename JobNameT = Aws::String>
147 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet = true; m_jobName = std::forward<JobNameT>(value); }
148 template<typename JobNameT = Aws::String>
149 FraudsterRegistrationJob& WithJobName(JobNameT&& value) { SetJobName(std::forward<JobNameT>(value)); return *this;}
151
153
157 inline const JobProgress& GetJobProgress() const { return m_jobProgress; }
158 inline bool JobProgressHasBeenSet() const { return m_jobProgressHasBeenSet; }
159 template<typename JobProgressT = JobProgress>
160 void SetJobProgress(JobProgressT&& value) { m_jobProgressHasBeenSet = true; m_jobProgress = std::forward<JobProgressT>(value); }
161 template<typename JobProgressT = JobProgress>
162 FraudsterRegistrationJob& WithJobProgress(JobProgressT&& value) { SetJobProgress(std::forward<JobProgressT>(value)); return *this;}
164
166
169 inline FraudsterRegistrationJobStatus GetJobStatus() const { return m_jobStatus; }
170 inline bool JobStatusHasBeenSet() const { return m_jobStatusHasBeenSet; }
171 inline void SetJobStatus(FraudsterRegistrationJobStatus value) { m_jobStatusHasBeenSet = true; m_jobStatus = value; }
174
176
181 inline const OutputDataConfig& GetOutputDataConfig() const { return m_outputDataConfig; }
182 inline bool OutputDataConfigHasBeenSet() const { return m_outputDataConfigHasBeenSet; }
183 template<typename OutputDataConfigT = OutputDataConfig>
184 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet = true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
185 template<typename OutputDataConfigT = OutputDataConfig>
186 FraudsterRegistrationJob& WithOutputDataConfig(OutputDataConfigT&& value) { SetOutputDataConfig(std::forward<OutputDataConfigT>(value)); return *this;}
188
190
195 inline const RegistrationConfig& GetRegistrationConfig() const { return m_registrationConfig; }
196 inline bool RegistrationConfigHasBeenSet() const { return m_registrationConfigHasBeenSet; }
197 template<typename RegistrationConfigT = RegistrationConfig>
198 void SetRegistrationConfig(RegistrationConfigT&& value) { m_registrationConfigHasBeenSet = true; m_registrationConfig = std::forward<RegistrationConfigT>(value); }
199 template<typename RegistrationConfigT = RegistrationConfig>
200 FraudsterRegistrationJob& WithRegistrationConfig(RegistrationConfigT&& value) { SetRegistrationConfig(std::forward<RegistrationConfigT>(value)); return *this;}
202 private:
203
204 Aws::Utils::DateTime m_createdAt{};
205 bool m_createdAtHasBeenSet = false;
206
207 Aws::String m_dataAccessRoleArn;
208 bool m_dataAccessRoleArnHasBeenSet = false;
209
210 Aws::String m_domainId;
211 bool m_domainIdHasBeenSet = false;
212
213 Aws::Utils::DateTime m_endedAt{};
214 bool m_endedAtHasBeenSet = false;
215
216 FailureDetails m_failureDetails;
217 bool m_failureDetailsHasBeenSet = false;
218
219 InputDataConfig m_inputDataConfig;
220 bool m_inputDataConfigHasBeenSet = false;
221
222 Aws::String m_jobId;
223 bool m_jobIdHasBeenSet = false;
224
225 Aws::String m_jobName;
226 bool m_jobNameHasBeenSet = false;
227
228 JobProgress m_jobProgress;
229 bool m_jobProgressHasBeenSet = false;
230
232 bool m_jobStatusHasBeenSet = false;
233
234 OutputDataConfig m_outputDataConfig;
235 bool m_outputDataConfigHasBeenSet = false;
236
237 RegistrationConfig m_registrationConfig;
238 bool m_registrationConfigHasBeenSet = false;
239 };
240
241} // namespace Model
242} // namespace VoiceID
243} // namespace Aws
void SetJobStatus(FraudsterRegistrationJobStatus value)
FraudsterRegistrationJobStatus GetJobStatus() const
FraudsterRegistrationJob & WithJobName(JobNameT &&value)
FraudsterRegistrationJob & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
FraudsterRegistrationJob & WithEndedAt(EndedAtT &&value)
FraudsterRegistrationJob & WithOutputDataConfig(OutputDataConfigT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
FraudsterRegistrationJob & WithDomainId(DomainIdT &&value)
AWS_VOICEID_API FraudsterRegistrationJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const RegistrationConfig & GetRegistrationConfig() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
FraudsterRegistrationJob & WithFailureDetails(FailureDetailsT &&value)
FraudsterRegistrationJob & WithCreatedAt(CreatedAtT &&value)
FraudsterRegistrationJob & WithRegistrationConfig(RegistrationConfigT &&value)
AWS_VOICEID_API FraudsterRegistrationJob()=default
FraudsterRegistrationJob & WithInputDataConfig(InputDataConfigT &&value)
FraudsterRegistrationJob & WithJobStatus(FraudsterRegistrationJobStatus value)
FraudsterRegistrationJob & WithJobId(JobIdT &&value)
AWS_VOICEID_API FraudsterRegistrationJob(Aws::Utils::Json::JsonView jsonValue)
FraudsterRegistrationJob & WithJobProgress(JobProgressT &&value)
void SetRegistrationConfig(RegistrationConfigT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue