@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()
A 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 later
DownloadDBLogFilePortion request. |
int |
hashCode() |
Boolean |
isAdditionalDataPending()
A Boolean value that, if true, indicates there is more data to be downloaded.
|
void |
setAdditionalDataPending(Boolean additionalDataPending)
A 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 later
DownloadDBLogFilePortion request. |
String |
toString()
Returns a string representation of this object.
|
DownloadDBLogFilePortionResult |
withAdditionalDataPending(Boolean additionalDataPending)
A 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 later
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 later DownloadDBLogFilePortion
request.
marker
- A pagination token that can be used in a later DownloadDBLogFilePortion
request.public String getMarker()
A pagination token that can be used in a later DownloadDBLogFilePortion
request.
DownloadDBLogFilePortion
request.public DownloadDBLogFilePortionResult withMarker(String marker)
A pagination token that can be used in a later DownloadDBLogFilePortion
request.
marker
- A pagination token that can be used in a later DownloadDBLogFilePortion
request.public void setAdditionalDataPending(Boolean additionalDataPending)
A Boolean value that, if true, indicates there is more data to be downloaded.
additionalDataPending
- A Boolean value that, if true, indicates there is more data to be downloaded.public Boolean getAdditionalDataPending()
A Boolean value that, if true, indicates there is more data to be downloaded.
public DownloadDBLogFilePortionResult withAdditionalDataPending(Boolean additionalDataPending)
A Boolean value that, if true, indicates there is more data to be downloaded.
additionalDataPending
- A Boolean value that, if true, indicates there is more data to be downloaded.public Boolean isAdditionalDataPending()
A 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()