7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RecordDelimiterT = Aws::String>
49 void SetRecordDelimiter(RecordDelimiterT&& value) { m_recordDelimiterHasBeenSet =
true; m_recordDelimiter = std::forward<RecordDelimiterT>(value); }
50 template<
typename RecordDelimiterT = Aws::String>
56 bool m_recordDelimiterHasBeenSet =
false;
AWS_S3_API JSONOutput & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RecordDelimiterHasBeenSet() const
const Aws::String & GetRecordDelimiter() const
AWS_S3_API JSONOutput()=default
AWS_S3_API JSONOutput(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRecordDelimiter(RecordDelimiterT &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
JSONOutput & WithRecordDelimiter(RecordDelimiterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String