public class DownloadDBLogFilePortionResult extends Object implements Serializable
This data type is used as a response element to DownloadDBLogFilePortion.
Constructor and Description |
---|
DownloadDBLogFilePortionResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2015. All rights reserved.