public class DownloadDBLogFilePortionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This data type is used as a response element to DownloadDBLogFilePortion.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
additionalDataPending
Boolean value that if true, indicates there is more data to be
downloaded.
|
private java.lang.String |
logFileData
Entries from the specified log file.
|
private java.lang.String |
marker
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
Constructor and Description |
---|
DownloadDBLogFilePortionResult() |
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAdditionalDataPending()
Boolean value that if true, indicates there is more data to be
downloaded.
|
java.lang.String |
getLogFileData()
Entries from the specified log file.
|
java.lang.String |
getMarker()
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
int |
hashCode() |
java.lang.Boolean |
isAdditionalDataPending()
Boolean value that if true, indicates there is more data to be
downloaded.
|
void |
setAdditionalDataPending(java.lang.Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be
downloaded.
|
void |
setLogFileData(java.lang.String logFileData)
Entries from the specified log file.
|
void |
setMarker(java.lang.String marker)
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DownloadDBLogFilePortionResult |
withAdditionalDataPending(java.lang.Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be
downloaded.
|
DownloadDBLogFilePortionResult |
withLogFileData(java.lang.String logFileData)
Entries from the specified log file.
|
DownloadDBLogFilePortionResult |
withMarker(java.lang.String marker)
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
private java.lang.String logFileData
Entries from the specified log file.
private java.lang.String marker
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
private java.lang.Boolean additionalDataPending
Boolean value that if true, indicates there is more data to be downloaded.
public void setLogFileData(java.lang.String logFileData)
Entries from the specified log file.
logFileData
- Entries from the specified log file.public java.lang.String getLogFileData()
Entries from the specified log file.
public DownloadDBLogFilePortionResult withLogFileData(java.lang.String logFileData)
Entries from the specified log file.
logFileData
- Entries from the specified log file.public void setMarker(java.lang.String marker)
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
marker
- A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.public java.lang.String getMarker()
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
public DownloadDBLogFilePortionResult withMarker(java.lang.String marker)
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
marker
- A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.public void setAdditionalDataPending(java.lang.Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.
additionalDataPending
- Boolean value that if true, indicates there is more data to be
downloaded.public java.lang.Boolean getAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public DownloadDBLogFilePortionResult withAdditionalDataPending(java.lang.Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be downloaded.
additionalDataPending
- Boolean value that if true, indicates there is more data to be
downloaded.public java.lang.Boolean isAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DownloadDBLogFilePortionResult clone()
clone
in class java.lang.Object