28 namespace ElasticTranscoder
68 inline void SetProgressing(
const char* value) { m_progressingHasBeenSet =
true; m_progressing.assign(value); }
110 inline void SetCompleted(
const char* value) { m_completedHasBeenSet =
true; m_completed.assign(value); }
152 inline void SetWarning(
const char* value) { m_warningHasBeenSet =
true; m_warning.assign(value); }
194 inline void SetError(
const char* value) { m_errorHasBeenSet =
true; m_error.assign(value); }
216 bool m_progressingHasBeenSet;
218 bool m_completedHasBeenSet;
220 bool m_warningHasBeenSet;
222 bool m_errorHasBeenSet;
void SetError(const char *value)
void SetCompleted(Aws::String &&value)
Notifications & WithError(Aws::String &&value)
Notifications & WithWarning(const char *value)
const Aws::String & GetCompleted() const
const Aws::String & GetWarning() const
void SetProgressing(Aws::String &&value)
void SetCompleted(const char *value)
void SetCompleted(const Aws::String &value)
Notifications & WithProgressing(const char *value)
void SetError(const Aws::String &value)
void SetWarning(Aws::String &&value)
Notifications & WithProgressing(Aws::String &&value)
Notifications & WithCompleted(const char *value)
const Aws::String & GetProgressing() const
Notifications & WithProgressing(const Aws::String &value)
const Aws::String & GetError() const
void SetWarning(const Aws::String &value)
void SetProgressing(const char *value)
Notifications & WithError(const char *value)
Notifications & WithWarning(Aws::String &&value)
Notifications & WithError(const Aws::String &value)
void SetError(Aws::String &&value)
#define AWS_ELASTICTRANSCODER_API
Notifications & WithWarning(const Aws::String &value)
void SetWarning(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Notifications & WithCompleted(Aws::String &&value)
void SetProgressing(const Aws::String &value)
Notifications & WithCompleted(const Aws::String &value)
JSON (JavaScript Object Notation).