7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
54 inline void SetBatchSegmentJobArn(
const char* value) { m_batchSegmentJobArnHasBeenSet =
true; m_batchSegmentJobArn.assign(value); }
68 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
84 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
122 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
137 inline void SetSolutionVersionArn(
const char* value) { m_solutionVersionArnHasBeenSet =
true; m_solutionVersionArn.assign(value); }
145 bool m_batchSegmentJobArnHasBeenSet =
false;
148 bool m_jobNameHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
154 bool m_creationDateTimeHasBeenSet =
false;
157 bool m_lastUpdatedDateTimeHasBeenSet =
false;
160 bool m_failureReasonHasBeenSet =
false;
163 bool m_solutionVersionArnHasBeenSet =
false;
bool SolutionVersionArnHasBeenSet() const
AWS_PERSONALIZE_API BatchSegmentJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchSegmentJobSummary & WithStatus(const Aws::String &value)
void SetSolutionVersionArn(const Aws::String &value)
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFailureReason(Aws::String &&value)
bool StatusHasBeenSet() const
void SetFailureReason(const char *value)
void SetCreationDateTime(const Aws::Utils::DateTime &value)
BatchSegmentJobSummary & WithBatchSegmentJobArn(const char *value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetBatchSegmentJobArn(Aws::String &&value)
void SetBatchSegmentJobArn(const char *value)
BatchSegmentJobSummary & WithStatus(const char *value)
void SetStatus(const Aws::String &value)
BatchSegmentJobSummary & WithSolutionVersionArn(const char *value)
BatchSegmentJobSummary & WithCreationDateTime(const Aws::Utils::DateTime &value)
const Aws::String & GetFailureReason() const
const Aws::String & GetBatchSegmentJobArn() const
BatchSegmentJobSummary & WithSolutionVersionArn(const Aws::String &value)
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
BatchSegmentJobSummary & WithJobName(const Aws::String &value)
void SetJobName(const Aws::String &value)
BatchSegmentJobSummary & WithBatchSegmentJobArn(Aws::String &&value)
BatchSegmentJobSummary & WithSolutionVersionArn(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetStatus() const
void SetJobName(const char *value)
const Aws::String & GetSolutionVersionArn() const
BatchSegmentJobSummary & WithFailureReason(const char *value)
AWS_PERSONALIZE_API BatchSegmentJobSummary(Aws::Utils::Json::JsonView jsonValue)
BatchSegmentJobSummary & WithJobName(Aws::String &&value)
void SetCreationDateTime(Aws::Utils::DateTime &&value)
void SetSolutionVersionArn(Aws::String &&value)
void SetFailureReason(const Aws::String &value)
bool LastUpdatedDateTimeHasBeenSet() const
bool BatchSegmentJobArnHasBeenSet() const
BatchSegmentJobSummary & WithJobName(const char *value)
BatchSegmentJobSummary & WithBatchSegmentJobArn(const Aws::String &value)
bool JobNameHasBeenSet() const
BatchSegmentJobSummary & WithFailureReason(Aws::String &&value)
const Aws::String & GetJobName() const
void SetStatus(Aws::String &&value)
bool CreationDateTimeHasBeenSet() const
void SetStatus(const char *value)
void SetJobName(Aws::String &&value)
void SetBatchSegmentJobArn(const Aws::String &value)
AWS_PERSONALIZE_API BatchSegmentJobSummary()
BatchSegmentJobSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
BatchSegmentJobSummary & WithCreationDateTime(Aws::Utils::DateTime &&value)
void SetSolutionVersionArn(const char *value)
bool FailureReasonHasBeenSet() const
BatchSegmentJobSummary & WithFailureReason(const Aws::String &value)
BatchSegmentJobSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
BatchSegmentJobSummary & WithStatus(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue