ToCopyableBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
@Generated("software.amazon.awssdk:codegen") public class DownloadDBLogFilePortionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
This data type is used as a response element to DownloadDBLogFilePortion.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DownloadDBLogFilePortionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Boolean |
additionalDataPending() |
Boolean value that if true, indicates there is more data to be downloaded.
|
static DownloadDBLogFilePortionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
logFileData() |
Entries from the specified log file.
|
String |
marker() |
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
|
static Class<? extends DownloadDBLogFilePortionResponse.Builder> |
serializableBuilderClass() |
|
DownloadDBLogFilePortionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String logFileData()
Entries from the specified log file.
public String marker()
A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.
public Boolean additionalDataPending()
Boolean value that if true, indicates there is more data to be downloaded.
public DownloadDBLogFilePortionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DownloadDBLogFilePortionResponse.Builder,DownloadDBLogFilePortionResponse>
public static DownloadDBLogFilePortionResponse.Builder builder()
public static Class<? extends DownloadDBLogFilePortionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.