ToCopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSdkResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
The binary blob response to GetSdk, which contains the generated SDK.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSdkResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
ByteBuffer |
body() |
The binary blob response to GetSdk, which contains the generated SDK.
|
static GetSdkResponse.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 GetSdkResponse.Builder> |
serializableBuilderClass() |
|
GetSdkResponse.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.
public String contentDisposition()
The content-disposition header value in the HTTP response.
public ByteBuffer body()
The binary blob response to GetSdk, which contains the generated SDK.
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 GetSdkResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
public static GetSdkResponse.Builder builder()
public static Class<? extends GetSdkResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.