7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sesv2/model/ExportSourceType.h>
10#include <aws/sesv2/model/JobStatus.h>
11#include <aws/core/utils/DateTime.h>
51 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
107 bool m_jobIdHasBeenSet =
false;
110 bool m_exportSourceTypeHasBeenSet =
false;
113 bool m_jobStatusHasBeenSet =
false;
116 bool m_createdTimestampHasBeenSet =
false;
119 bool m_completedTimestampHasBeenSet =
false;
ExportJobSummary & WithExportSourceType(const ExportSourceType &value)
void SetJobId(const char *value)
ExportJobSummary & WithJobId(const Aws::String &value)
void SetCompletedTimestamp(const Aws::Utils::DateTime &value)
void SetExportSourceType(const ExportSourceType &value)
void SetJobStatus(JobStatus &&value)
ExportJobSummary & WithCompletedTimestamp(Aws::Utils::DateTime &&value)
bool CreatedTimestampHasBeenSet() const
ExportJobSummary & WithJobStatus(JobStatus &&value)
bool CompletedTimestampHasBeenSet() const
ExportJobSummary & WithJobId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
ExportJobSummary & WithJobId(const char *value)
void SetCompletedTimestamp(Aws::Utils::DateTime &&value)
void SetExportSourceType(ExportSourceType &&value)
ExportJobSummary & WithCompletedTimestamp(const Aws::Utils::DateTime &value)
const Aws::String & GetJobId() const
const ExportSourceType & GetExportSourceType() const
ExportJobSummary & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
AWS_SESV2_API ExportJobSummary()
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
ExportJobSummary & WithExportSourceType(ExportSourceType &&value)
bool JobStatusHasBeenSet() const
void SetJobStatus(const JobStatus &value)
ExportJobSummary & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCompletedTimestamp() const
bool JobIdHasBeenSet() const
AWS_SESV2_API ExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
const JobStatus & GetJobStatus() const
void SetJobId(Aws::String &&value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExportSourceTypeHasBeenSet() const
ExportJobSummary & WithJobStatus(const JobStatus &value)
void SetJobId(const Aws::String &value)
AWS_SESV2_API ExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue