@Generated(value="software.amazon.awssdk:codegen") public final class DownloadDbLogFilePortionResponse extends RdsResponse implements ToCopyableBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>
This data type is used as a response element to DownloadDBLogFilePortion.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DownloadDbLogFilePortionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
additionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
|
static DownloadDbLogFilePortionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logFileData()
Entries from the specified log file.
|
String |
marker()
A pagination token that can be used in a later
DownloadDBLogFilePortion request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DownloadDbLogFilePortionResponse.Builder> |
serializableBuilderClass() |
DownloadDbLogFilePortionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logFileData()
Entries from the specified log file.
public final String marker()
A pagination token that can be used in a later DownloadDBLogFilePortion request.
DownloadDBLogFilePortion request.public final Boolean additionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public DownloadDbLogFilePortionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DownloadDbLogFilePortionResponse.Builder,DownloadDbLogFilePortionResponse>toBuilder in class AwsResponsepublic static DownloadDbLogFilePortionResponse.Builder builder()
public static Class<? extends DownloadDbLogFilePortionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.