|
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.DownloadDBLogFilePortionResult
public class DownloadDBLogFilePortionResult
This data type is used as a response element to DownloadDBLogFilePortion.
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 |
---|
public DownloadDBLogFilePortionResult()
Method Detail |
---|
public String getLogFileData()
public void setLogFileData(String logFileData)
logFileData
- Entries from the specified log file.public DownloadDBLogFilePortionResult withLogFileData(String logFileData)
Returns a reference to this object so that method calls can be chained together.
logFileData
- Entries from the specified log file.
public String getMarker()
public void setMarker(String marker)
marker
- An optional pagination token provided by a previous
DownloadDBLogFilePortion request.public DownloadDBLogFilePortionResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional pagination token provided by a previous
DownloadDBLogFilePortion request.
public Boolean isAdditionalDataPending()
public void setAdditionalDataPending(Boolean additionalDataPending)
additionalDataPending
- Boolean value that if true, indicates there is more data to be
downloaded.public DownloadDBLogFilePortionResult withAdditionalDataPending(Boolean additionalDataPending)
Returns a reference to this object so that method calls can be chained together.
additionalDataPending
- Boolean value that if true, indicates there is more data to be
downloaded.
public Boolean getAdditionalDataPending()
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 |