Class DownloadDBLogFilePortionResult
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element to DownloadDBLogFilePortion.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Boolean value that if true, indicates there is more data to be downloaded.Entries from the specified log file.A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.int
hashCode()
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
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.toString()
Returns a string representation of this object; useful for testing and debugging.withAdditionalDataPending
(Boolean additionalDataPending) Boolean value that if true, indicates there is more data to be downloaded.withLogFileData
(String logFileData) Entries from the specified log file.withMarker
(String marker) A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
-
Constructor Details
-
DownloadDBLogFilePortionResult
public DownloadDBLogFilePortionResult()
-
-
Method Details
-
setLogFileData
Entries from the specified log file.
- Parameters:
logFileData
- Entries from the specified log file.
-
getLogFileData
Entries from the specified log file.
- Returns:
- Entries from the specified log file.
-
withLogFileData
Entries from the specified log file.
- Parameters:
logFileData
- Entries from the specified log file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
- Parameters:
marker
- A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
-
getMarker
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
- Returns:
- A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
-
withMarker
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
- Parameters:
marker
- A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAdditionalDataPending
Boolean value that if true, indicates there is more data to be downloaded.
- Parameters:
additionalDataPending
- Boolean value that if true, indicates there is more data to be downloaded.
-
getAdditionalDataPending
Boolean value that if true, indicates there is more data to be downloaded.
- Returns:
- Boolean value that if true, indicates there is more data to be downloaded.
-
withAdditionalDataPending
Boolean value that if true, indicates there is more data to be downloaded.
- Parameters:
additionalDataPending
- Boolean value that if true, indicates there is more data to be downloaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAdditionalDataPending
Boolean value that if true, indicates there is more data to be downloaded.
- Returns:
- Boolean value that if true, indicates there is more data to be downloaded.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-