@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DownloadDBLogFilePortionResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLogFileData(String logFileData)
Entries from the specified log file.
logFileData
- Entries from the specified log file.public String getLogFileData()
Entries from the specified log file.
public DownloadDBLogFilePortionResult withLogFileData(String logFileData)
Entries from the specified log file.
logFileData
- Entries from the specified log file.public void setMarker(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 String getMarker()
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
public DownloadDBLogFilePortionResult withMarker(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(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 Boolean getAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public DownloadDBLogFilePortionResult withAdditionalDataPending(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 Boolean isAdditionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public String toString()
toString
in class Object
Object.toString()
public DownloadDBLogFilePortionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.