7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/workmail/model/MailboxExportJobState.h>
10#include <aws/core/utils/DateTime.h>
52 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
66 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
80 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
94 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
109 inline void SetS3Path(
const char* value) { m_s3PathHasBeenSet =
true; m_s3Path.assign(value); }
121 inline void SetEstimatedProgress(
int value) { m_estimatedProgressHasBeenSet =
true; m_estimatedProgress = value; }
163 bool m_jobIdHasBeenSet =
false;
166 bool m_entityIdHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_s3BucketNameHasBeenSet =
false;
175 bool m_s3PathHasBeenSet =
false;
177 int m_estimatedProgress;
178 bool m_estimatedProgressHasBeenSet =
false;
181 bool m_stateHasBeenSet =
false;
184 bool m_startTimeHasBeenSet =
false;
187 bool m_endTimeHasBeenSet =
false;
MailboxExportJob & WithEndTime(const Aws::Utils::DateTime &value)
int GetEstimatedProgress() const
bool EntityIdHasBeenSet() const
AWS_WORKMAIL_API MailboxExportJob(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const MailboxExportJobState & GetState() const
MailboxExportJob & WithS3BucketName(Aws::String &&value)
void SetS3BucketName(Aws::String &&value)
MailboxExportJob & WithEntityId(Aws::String &&value)
MailboxExportJob & WithDescription(Aws::String &&value)
const Aws::String & GetEntityId() const
void SetEntityId(Aws::String &&value)
void SetEntityId(const char *value)
const Aws::String & GetS3BucketName() const
MailboxExportJob & WithDescription(const Aws::String &value)
MailboxExportJob & WithDescription(const char *value)
bool EndTimeHasBeenSet() const
MailboxExportJob & WithS3Path(Aws::String &&value)
void SetState(const MailboxExportJobState &value)
void SetState(MailboxExportJobState &&value)
bool StateHasBeenSet() const
void SetS3Path(const Aws::String &value)
const Aws::String & GetJobId() const
bool EstimatedProgressHasBeenSet() const
void SetJobId(const char *value)
MailboxExportJob & WithStartTime(Aws::Utils::DateTime &&value)
void SetEntityId(const Aws::String &value)
AWS_WORKMAIL_API MailboxExportJob()
bool JobIdHasBeenSet() const
MailboxExportJob & WithEntityId(const Aws::String &value)
void SetEstimatedProgress(int value)
MailboxExportJob & WithState(const MailboxExportJobState &value)
void SetStartTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetEndTime() const
MailboxExportJob & WithS3BucketName(const char *value)
MailboxExportJob & WithS3BucketName(const Aws::String &value)
const Aws::String & GetDescription() const
AWS_WORKMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
MailboxExportJob & WithJobId(const char *value)
MailboxExportJob & WithS3Path(const Aws::String &value)
void SetJobId(const Aws::String &value)
void SetDescription(const char *value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
AWS_WORKMAIL_API MailboxExportJob & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
MailboxExportJob & WithEstimatedProgress(int value)
bool S3PathHasBeenSet() const
MailboxExportJob & WithEndTime(Aws::Utils::DateTime &&value)
MailboxExportJob & WithJobId(Aws::String &&value)
void SetS3BucketName(const char *value)
const Aws::Utils::DateTime & GetStartTime() const
MailboxExportJob & WithStartTime(const Aws::Utils::DateTime &value)
void SetEndTime(Aws::Utils::DateTime &&value)
MailboxExportJob & WithEntityId(const char *value)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetS3BucketName(const Aws::String &value)
MailboxExportJob & WithState(MailboxExportJobState &&value)
MailboxExportJob & WithS3Path(const char *value)
void SetDescription(Aws::String &&value)
const Aws::String & GetS3Path() const
MailboxExportJob & WithJobId(const Aws::String &value)
bool S3BucketNameHasBeenSet() const
void SetS3Path(Aws::String &&value)
void SetJobId(Aws::String &&value)
void SetS3Path(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue