70 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
134 bool m_commentHasBeenSet;
136 bool m_changesHasBeenSet;
ChangeBatch & WithComment(Aws::String &&value)
void SetChanges(Aws::Vector< Change > &&value)
void SetComment(Aws::String &&value)
ChangeBatch & WithChanges(const Aws::Vector< Change > &value)
ChangeBatch & WithComment(const char *value)
void SetComment(const char *value)
ChangeBatch & AddChanges(Change &&value)
const Aws::Vector< Change > & GetChanges() const
std::vector< T, Aws::Allocator< T > > Vector
ChangeBatch & WithComment(const Aws::String &value)
ChangeBatch & AddChanges(const Change &value)
void SetComment(const Aws::String &value)
ChangeBatch & WithChanges(Aws::Vector< Change > &&value)
void SetChanges(const Aws::Vector< Change > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetComment() const
JSON (JavaScript Object Notation).