7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/Checksum.h>
11#include <aws/mgn/model/EnrichmentTargetS3Configuration.h>
12#include <aws/mgn/model/ImportFileEnrichmentStatus.h>
44 template <
typename JobIDT = Aws::String>
46 m_jobIDHasBeenSet =
true;
47 m_jobID = std::forward<JobIDT>(value);
49 template <
typename JobIDT = Aws::String>
51 SetJobID(std::forward<JobIDT>(value));
62 template <
typename CreatedAtT = Aws::Utils::DateTime>
64 m_createdAtHasBeenSet =
true;
65 m_createdAt = std::forward<CreatedAtT>(value);
67 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 template <
typename EndedAtT = Aws::Utils::DateTime>
82 m_endedAtHasBeenSet =
true;
83 m_endedAt = std::forward<EndedAtT>(value);
85 template <
typename EndedAtT = Aws::Utils::DateTime>
99 m_statusHasBeenSet =
true;
114 template <
typename StatusDetailsT = Aws::String>
116 m_statusDetailsHasBeenSet =
true;
117 m_statusDetails = std::forward<StatusDetailsT>(value);
119 template <
typename StatusDetailsT = Aws::String>
132 template <
typename ChecksumT = Checksum>
134 m_checksumHasBeenSet =
true;
135 m_checksum = std::forward<ChecksumT>(value);
137 template <
typename ChecksumT = Checksum>
150 template <
typename S3BucketTargetT = EnrichmentTargetS3Configuration>
152 m_s3BucketTargetHasBeenSet =
true;
153 m_s3BucketTarget = std::forward<S3BucketTargetT>(value);
155 template <
typename S3BucketTargetT = EnrichmentTargetS3Configuration>
174 EnrichmentTargetS3Configuration m_s3BucketTarget;
175 bool m_jobIDHasBeenSet =
false;
176 bool m_createdAtHasBeenSet =
false;
177 bool m_endedAtHasBeenSet =
false;
178 bool m_statusHasBeenSet =
false;
179 bool m_statusDetailsHasBeenSet =
false;
180 bool m_checksumHasBeenSet =
false;
181 bool m_s3BucketTargetHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndedAt() const
AWS_MGN_API ImportFileEnrichment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetJobID(JobIDT &&value)
void SetStatus(ImportFileEnrichmentStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Checksum & GetChecksum() const
ImportFileEnrichment & WithJobID(JobIDT &&value)
ImportFileEnrichmentStatus GetStatus() const
bool ChecksumHasBeenSet() const
ImportFileEnrichment & WithS3BucketTarget(S3BucketTargetT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
ImportFileEnrichment & WithEndedAt(EndedAtT &&value)
ImportFileEnrichment & WithCreatedAt(CreatedAtT &&value)
void SetS3BucketTarget(S3BucketTargetT &&value)
bool JobIDHasBeenSet() const
ImportFileEnrichment & WithStatus(ImportFileEnrichmentStatus value)
const EnrichmentTargetS3Configuration & GetS3BucketTarget() const
bool EndedAtHasBeenSet() const
bool StatusDetailsHasBeenSet() const
bool S3BucketTargetHasBeenSet() const
const Aws::String & GetStatusDetails() const
void SetStatusDetails(StatusDetailsT &&value)
AWS_MGN_API ImportFileEnrichment(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API ImportFileEnrichment()=default
ImportFileEnrichment & WithChecksum(ChecksumT &&value)
void SetEndedAt(EndedAtT &&value)
const Aws::String & GetJobID() const
ImportFileEnrichment & WithStatusDetails(StatusDetailsT &&value)
void SetChecksum(ChecksumT &&value)
ImportFileEnrichmentStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue