@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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.
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 AwsResponse
public static DownloadDbLogFilePortionResponse.Builder builder()
public static Class<? extends DownloadDbLogFilePortionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.