Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DescribeDBLogFilesDetails

java.lang.Object
  extended by com.amazonaws.services.rds.model.DescribeDBLogFilesDetails
All Implemented Interfaces:
Serializable

public class DescribeDBLogFilesDetails
extends Object
implements Serializable

This data type is used as a response element to DescribeDBLogFiles.

See Also:
Serialized Form

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

DescribeDBLogFilesDetails

public DescribeDBLogFilesDetails()
Method Detail

getLogFileName

public String getLogFileName()
The name of the log file for the specified DB instance.

Returns:
The name of the log file for the specified DB instance.

setLogFileName

public void setLogFileName(String logFileName)
The name of the log file for the specified DB instance.

Parameters:
logFileName - The name of the log file for the specified DB instance.

withLogFileName

public DescribeDBLogFilesDetails withLogFileName(String logFileName)
The name of the log file for the specified DB instance.

Returns a reference to this object so that method calls can be chained together.

Parameters:
logFileName - The name of the log file for the specified DB instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastWritten

public Long getLastWritten()
The date and time that the last log entry was written.

Returns:
The date and time that the last log entry was written.

setLastWritten

public void setLastWritten(Long lastWritten)
The date and time that the last log entry was written.

Parameters:
lastWritten - The date and time that the last log entry was written.

withLastWritten

public DescribeDBLogFilesDetails withLastWritten(Long lastWritten)
The date and time that the last log entry was written.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastWritten - The date and time that the last log entry was written.
Returns:
A reference to this updated object so that method calls can be chained together.

getSize

public Long getSize()
The size, in bytes, of the log file for the specified DB instance.

Returns:
The size, in bytes, of the log file for the specified DB instance.

setSize

public void setSize(Long size)
The size, in bytes, of the log file for the specified DB instance.

Parameters:
size - The size, in bytes, of the log file for the specified DB instance.

withSize

public DescribeDBLogFilesDetails withSize(Long size)
The size, in bytes, of the log file for the specified DB instance.

Returns a reference to this object so that method calls can be chained together.

Parameters:
size - The size, in bytes, of the log file for the specified DB instance.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.