|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DescribeDBLogFilesDetails
public class DescribeDBLogFilesDetails
This data type is used as a response element to DescribeDBLogFiles.
Constructor Summary | |
---|---|
DescribeDBLogFilesDetails()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Long |
getLastWritten()
The date and time that 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)
The date and time that 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)
The date and time that 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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDBLogFilesDetails()
Method Detail |
---|
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
- The date and time that 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
- The date and time that 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |