Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DescribeDBLogFilesResult

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

public class DescribeDBLogFilesResult
extends Object
implements Serializable

The response from a call to DescribeDBLogFiles.

See Also:
Serialized Form

Constructor Summary
DescribeDBLogFilesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<DescribeDBLogFilesDetails> getDescribeDBLogFiles()
          The DB log files returned.
 String getMarker()
          An optional paging token.
 int hashCode()
           
 void setDescribeDBLogFiles(Collection<DescribeDBLogFilesDetails> describeDBLogFiles)
          The DB log files returned.
 void setMarker(String marker)
          An optional paging token.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDBLogFilesResult withDescribeDBLogFiles(Collection<DescribeDBLogFilesDetails> describeDBLogFiles)
          The DB log files returned.
 DescribeDBLogFilesResult withDescribeDBLogFiles(DescribeDBLogFilesDetails... describeDBLogFiles)
          The DB log files returned.
 DescribeDBLogFilesResult withMarker(String marker)
          An optional paging token.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDBLogFilesResult

public DescribeDBLogFilesResult()
Method Detail

getDescribeDBLogFiles

public List<DescribeDBLogFilesDetails> getDescribeDBLogFiles()
The DB log files returned.

Returns:
The DB log files returned.

setDescribeDBLogFiles

public void setDescribeDBLogFiles(Collection<DescribeDBLogFilesDetails> describeDBLogFiles)
The DB log files returned.

Parameters:
describeDBLogFiles - The DB log files returned.

withDescribeDBLogFiles

public DescribeDBLogFilesResult withDescribeDBLogFiles(DescribeDBLogFilesDetails... describeDBLogFiles)
The DB log files returned.

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

Parameters:
describeDBLogFiles - The DB log files returned.
Returns:
A reference to this updated object so that method calls can be chained together.

withDescribeDBLogFiles

public DescribeDBLogFilesResult withDescribeDBLogFiles(Collection<DescribeDBLogFilesDetails> describeDBLogFiles)
The DB log files returned.

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

Parameters:
describeDBLogFiles - The DB log files returned.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An optional paging token.

Returns:
An optional paging token.

setMarker

public void setMarker(String marker)
An optional paging token.

Parameters:
marker - An optional paging token.

withMarker

public DescribeDBLogFilesResult withMarker(String marker)
An optional paging token.

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

Parameters:
marker - An optional paging token.
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.