public class DescribeDBLogFilesDetails extends Object implements Serializable
This data type is used as a response element to DescribeDBLogFiles.
Constructor and Description |
---|
DescribeDBLogFilesDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getLastWritten()
A POSIX timestamp when the last log entry was written.
|
String |
getLogFileName()
The name of the log file for the specified DB instance.
|
Long |
getSize()
The size, in bytes, of the log file for the specified DB instance.
|
int |
hashCode() |
void |
setLastWritten(Long lastWritten)
A POSIX timestamp when the last log entry was written.
|
void |
setLogFileName(String logFileName)
The name of the log file for the specified DB instance.
|
void |
setSize(Long size)
The size, in bytes, of the log file for the specified DB instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBLogFilesDetails |
withLastWritten(Long lastWritten)
A POSIX timestamp when the last log entry was written.
|
DescribeDBLogFilesDetails |
withLogFileName(String logFileName)
The name of the log file for the specified DB instance.
|
DescribeDBLogFilesDetails |
withSize(Long size)
The size, in bytes, of the log file for the specified DB instance.
|
public String getLogFileName()
public void setLogFileName(String logFileName)
logFileName
- The name of the log file for the specified DB instance.public DescribeDBLogFilesDetails withLogFileName(String logFileName)
Returns a reference to this object so that method calls can be chained together.
logFileName
- The name of the log file for the specified DB instance.public Long getLastWritten()
public void setLastWritten(Long lastWritten)
lastWritten
- A POSIX timestamp when the last log entry was written.public DescribeDBLogFilesDetails withLastWritten(Long lastWritten)
Returns a reference to this object so that method calls can be chained together.
lastWritten
- A POSIX timestamp when the last log entry was written.public Long getSize()
public void setSize(Long size)
size
- The size, in bytes, of the log file for the specified DB instance.public DescribeDBLogFilesDetails withSize(Long size)
Returns a reference to this object so that method calls can be chained together.
size
- The size, in bytes, of the log file for the specified DB instance.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.