public class DownloadDBLogFilePortionResult extends Object implements Serializable, Cloneable
This data type is used as a response element to DownloadDBLogFilePortion.
| Constructor and Description |
|---|
DownloadDBLogFilePortionResult() |
| Modifier and Type | Method and Description |
|---|---|
DownloadDBLogFilePortionResult |
clone() |
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()
A pagination token that can be used in a subsequent
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)
A pagination token that can be used in a subsequent
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)
A pagination token that can be used in a subsequent
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 - A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.public DownloadDBLogFilePortionResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A pagination token that can be used in a subsequent
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 ObjectObject.toString()public DownloadDBLogFilePortionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.