Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DownloadDBLogFilePortionResult

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

public class DownloadDBLogFilePortionResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
DownloadDBLogFilePortionResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getAdditionalDataPending()
          Boolean value that if true, indicates there is more data to be downloaded.
 String getLogFileData()
          Entries from the specified log file.
 String getMarker()
          An optional pagination token provided by a previous DownloadDBLogFilePortion request.
 int hashCode()
           
 Boolean isAdditionalDataPending()
          Boolean value that if true, indicates there is more data to be downloaded.
 void setAdditionalDataPending(Boolean additionalDataPending)
          Boolean value that if true, indicates there is more data to be downloaded.
 void setLogFileData(String logFileData)
          Entries from the specified log file.
 void setMarker(String marker)
          An optional pagination token provided by a previous DownloadDBLogFilePortion request.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DownloadDBLogFilePortionResult withAdditionalDataPending(Boolean additionalDataPending)
          Boolean value that if true, indicates there is more data to be downloaded.
 DownloadDBLogFilePortionResult withLogFileData(String logFileData)
          Entries from the specified log file.
 DownloadDBLogFilePortionResult withMarker(String marker)
          An optional pagination token provided by a previous DownloadDBLogFilePortion request.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadDBLogFilePortionResult

public DownloadDBLogFilePortionResult()
Method Detail

getLogFileData

public String getLogFileData()
Entries from the specified log file.

Returns:
Entries from the specified log file.

setLogFileData

public void setLogFileData(String logFileData)
Entries from the specified log file.

Parameters:
logFileData - Entries from the specified log file.

withLogFileData

public DownloadDBLogFilePortionResult withLogFileData(String logFileData)
Entries from the specified log file.

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

Parameters:
logFileData - Entries from the specified log file.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An optional pagination token provided by a previous DownloadDBLogFilePortion request.

Returns:
An optional pagination token provided by a previous DownloadDBLogFilePortion request.

setMarker

public void setMarker(String marker)
An optional pagination token provided by a previous DownloadDBLogFilePortion request.

Parameters:
marker - An optional pagination token provided by a previous DownloadDBLogFilePortion request.

withMarker

public DownloadDBLogFilePortionResult withMarker(String marker)
An optional pagination token provided by a previous DownloadDBLogFilePortion request.

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

Parameters:
marker - An optional pagination token provided by a previous DownloadDBLogFilePortion request.
Returns:
A reference to this updated object so that method calls can be chained together.

isAdditionalDataPending

public Boolean isAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.

Returns:
Boolean value that if true, indicates there is more data to be downloaded.

setAdditionalDataPending

public void setAdditionalDataPending(Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.

Parameters:
additionalDataPending - Boolean value that if true, indicates there is more data to be downloaded.

withAdditionalDataPending

public DownloadDBLogFilePortionResult withAdditionalDataPending(Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.

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

Parameters:
additionalDataPending - Boolean value that if true, indicates there is more data to be downloaded.
Returns:
A reference to this updated object so that method calls can be chained together.

getAdditionalDataPending

public Boolean getAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.

Returns:
Boolean value that if true, indicates there is more data to be downloaded.

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.