ToCopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>@Generated("software.amazon.awssdk:codegen") public class GenerateRandomResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GenerateRandomResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static GenerateRandomResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ByteBuffer |
plaintext() |
The random byte string.
|
static Class<? extends GenerateRandomResponse.Builder> |
serializableBuilderClass() |
|
GenerateRandomResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic ByteBuffer plaintext()
The random byte string.
ByteBuffers 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 GenerateRandomResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>public static GenerateRandomResponse.Builder builder()
public static Class<? extends GenerateRandomResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.