7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/dataexchange/model/ResponseDetails.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/dataexchange/model/State.h>
13#include <aws/dataexchange/model/Type.h>
14#include <aws/dataexchange/model/JobError.h>
56 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
57 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
110 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
122 inline void SetState(
const State& value) { m_stateHasBeenSet =
true; m_state = value; }
123 inline void SetState(
State&& value) { m_stateHasBeenSet =
true; m_state = std::move(value); }
134 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
135 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
154 bool m_arnHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
160 bool m_detailsHasBeenSet =
false;
163 bool m_errorsHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
169 bool m_stateHasBeenSet =
false;
172 bool m_typeHasBeenSet =
false;
175 bool m_updatedAtHasBeenSet =
false;
JobEntry & WithState(State &&value)
void SetArn(const char *value)
bool IdHasBeenSet() const
bool TypeHasBeenSet() const
JobEntry & WithId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
const State & GetState() const
JobEntry & WithArn(const Aws::String &value)
void SetType(const Type &value)
void SetDetails(const ResponseDetails &value)
JobEntry & WithCreatedAt(const Aws::Utils::DateTime &value)
bool CreatedAtHasBeenSet() const
void SetState(const State &value)
bool UpdatedAtHasBeenSet() const
const Type & GetType() const
void SetArn(Aws::String &&value)
void SetId(const char *value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorsHasBeenSet() const
void SetId(Aws::String &&value)
JobEntry & WithCreatedAt(Aws::Utils::DateTime &&value)
JobEntry & WithState(const State &value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_DATAEXCHANGE_API JobEntry(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
JobEntry & WithId(const char *value)
AWS_DATAEXCHANGE_API JobEntry()
JobEntry & AddErrors(const JobError &value)
AWS_DATAEXCHANGE_API JobEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
JobEntry & WithDetails(const ResponseDetails &value)
JobEntry & WithArn(const char *value)
JobEntry & WithUpdatedAt(Aws::Utils::DateTime &&value)
JobEntry & WithArn(Aws::String &&value)
JobEntry & AddErrors(JobError &&value)
void SetDetails(ResponseDetails &&value)
JobEntry & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetState(State &&value)
void SetId(const Aws::String &value)
JobEntry & WithId(Aws::String &&value)
JobEntry & WithType(Type &&value)
JobEntry & WithErrors(const Aws::Vector< JobError > &value)
void SetType(Type &&value)
void SetErrors(const Aws::Vector< JobError > &value)
const Aws::String & GetId() const
void SetErrors(Aws::Vector< JobError > &&value)
bool DetailsHasBeenSet() const
bool StateHasBeenSet() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
bool ArnHasBeenSet() const
void SetArn(const Aws::String &value)
JobEntry & WithType(const Type &value)
const ResponseDetails & GetDetails() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetArn() const
const Aws::Vector< JobError > & GetErrors() const
JobEntry & WithErrors(Aws::Vector< JobError > &&value)
JobEntry & WithDetails(ResponseDetails &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue