21 template<
typename RESULT_TYPE>
22 class AmazonWebServiceResult;
60 inline void SetName(
const char* value) { m_name.assign(value); }
95 inline void SetContent(
const char* value) { m_content.assign(value); }
void SetContent(const Aws::String &value)
const Aws::String & GetContent() const
GetDocumentResult & WithName(const Aws::String &value)
GetDocumentResult & WithName(Aws::String &&value)
void SetName(const Aws::String &value)
GetDocumentResult & WithName(const char *value)
GetDocumentResult & WithContent(const char *value)
const Aws::String & GetName() const
void SetContent(const char *value)
void SetName(Aws::String &&value)
GetDocumentResult & WithContent(const Aws::String &value)
void SetContent(Aws::String &&value)
GetDocumentResult & WithContent(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetName(const char *value)
JSON (JavaScript Object Notation).