ToCopyableBuilder<GetExportResponse.Builder,GetExportResponse>
@Generated("software.amazon.awssdk:codegen") public class GetExportResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetExportResponse.Builder,GetExportResponse>
The binary blob response to GetExport, which contains the generated SDK.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetExportResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
ByteBuffer |
body() |
The binary blob response to GetExport, which contains the export.
|
static GetExportResponse.Builder |
builder() |
|
String |
contentDisposition() |
The content-disposition header value in the HTTP response.
|
String |
contentType() |
The content-type header value in the HTTP response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetExportResponse.Builder> |
serializableBuilderClass() |
|
GetExportResponse.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 contentType()
The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
public String contentDisposition()
The content-disposition header value in the HTTP response.
public ByteBuffer body()
The binary blob response to GetExport, which contains the export.
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
public GetExportResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetExportResponse.Builder,GetExportResponse>
public static GetExportResponse.Builder builder()
public static Class<? extends GetExportResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.