23 namespace ImportExport
47 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
68 inline void SetManifest(
const char* value) { m_manifestHasBeenSet =
true; m_manifest.assign(value); }
83 inline void SetJobType(
const JobType& value) { m_jobTypeHasBeenSet =
true; m_jobType = value; }
98 inline void SetValidateOnly(
bool value) { m_validateOnlyHasBeenSet =
true; m_validateOnly = value; }
113 inline void SetAPIVersion(
const char* value) { m_aPIVersionHasBeenSet =
true; m_aPIVersion.assign(value); }
126 bool m_jobIdHasBeenSet;
128 bool m_manifestHasBeenSet;
130 bool m_jobTypeHasBeenSet;
132 bool m_validateOnlyHasBeenSet;
134 bool m_aPIVersionHasBeenSet;
UpdateJobRequest & WithJobType(const JobType &value)
UpdateJobRequest & WithJobId(const char *value)
const Aws::String & GetAPIVersion() const
UpdateJobRequest & WithAPIVersion(const char *value)
UpdateJobRequest & WithManifest(const Aws::String &value)
UpdateJobRequest & WithJobId(const Aws::String &value)
void SetAPIVersion(const char *value)
void SetManifest(const char *value)
UpdateJobRequest & WithManifest(const char *value)
const Aws::String & GetManifest() const
UpdateJobRequest & WithJobId(Aws::String &&value)
void SetJobType(JobType &&value)
void SetAPIVersion(const Aws::String &value)
void SetAPIVersion(Aws::String &&value)
UpdateJobRequest & WithJobType(JobType &&value)
void SetValidateOnly(bool value)
UpdateJobRequest & WithAPIVersion(Aws::String &&value)
void SetJobId(Aws::String &&value)
UpdateJobRequest & WithValidateOnly(bool value)
const Aws::String & GetJobId() const
void SetManifest(const Aws::String &value)
bool GetValidateOnly() const
void SetManifest(Aws::String &&value)
UpdateJobRequest & WithAPIVersion(const Aws::String &value)
void SetJobType(const JobType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
UpdateJobRequest & WithManifest(Aws::String &&value)
const JobType & GetJobType() const
void SetJobId(const Aws::String &value)
void SetJobId(const char *value)
#define AWS_IMPORTEXPORT_API
JSON (JavaScript Object Notation).