7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LogFileNameT = Aws::String>
50 void SetLogFileName(LogFileNameT&& value) { m_logFileNameHasBeenSet =
true; m_logFileName = std::forward<LogFileNameT>(value); }
51 template<
typename LogFileNameT = Aws::String>
61 inline void SetLastWritten(
long long value) { m_lastWrittenHasBeenSet =
true; m_lastWritten = value; }
69 inline long long GetSize()
const {
return m_size; }
71 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
77 bool m_logFileNameHasBeenSet =
false;
79 long long m_lastWritten{0};
80 bool m_lastWrittenHasBeenSet =
false;
83 bool m_sizeHasBeenSet =
false;
AWS_RDS_API DescribeDBLogFilesDetails(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LogFileNameHasBeenSet() const
bool SizeHasBeenSet() const
long long GetSize() const
AWS_RDS_API DescribeDBLogFilesDetails()=default
DescribeDBLogFilesDetails & WithSize(long long value)
const Aws::String & GetLogFileName() const
bool LastWrittenHasBeenSet() const
DescribeDBLogFilesDetails & WithLogFileName(LogFileNameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API DescribeDBLogFilesDetails & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLogFileName(LogFileNameT &&value)
long long GetLastWritten() const
void SetLastWritten(long long value)
DescribeDBLogFilesDetails & WithLastWritten(long long value)
void SetSize(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream