@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBLogFilesDetails extends Object implements Serializable, Cloneable
This data type is used as a response element to DescribeDBLogFiles.
Constructor and Description |
---|
DescribeDBLogFilesDetails() |
Modifier and Type | Method and Description |
---|---|
DescribeDBLogFilesDetails |
clone() |
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 void setLogFileName(String logFileName)
The name of the log file for the specified DB instance.
logFileName
- The name of the log file for the specified DB instance.public String getLogFileName()
The name of the log file for the specified DB instance.
public DescribeDBLogFilesDetails withLogFileName(String logFileName)
The name of the log file for the specified DB instance.
logFileName
- The name of the log file for the specified DB instance.public void setLastWritten(Long lastWritten)
A POSIX timestamp when the last log entry was written.
lastWritten
- A POSIX timestamp when the last log entry was written.public Long getLastWritten()
A POSIX timestamp when the last log entry was written.
public DescribeDBLogFilesDetails withLastWritten(Long lastWritten)
A POSIX timestamp when the last log entry was written.
lastWritten
- A POSIX timestamp when the last log entry was written.public void setSize(Long size)
The size, in bytes, of the log file for the specified DB instance.
size
- The size, in bytes, of the log file for the specified DB instance.public Long getSize()
The size, in bytes, of the log file for the specified DB instance.
public DescribeDBLogFilesDetails withSize(Long size)
The size, in bytes, of the log file for the specified DB instance.
size
- The size, in bytes, of the log file for the specified DB instance.public String toString()
toString
in class Object
Object.toString()
public DescribeDBLogFilesDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.