@Generated(value="software.amazon.awssdk:codegen") public final class GetSequenceStoreResponse extends OmicsResponse implements ToCopyableBuilder<GetSequenceStoreResponse.Builder,GetSequenceStoreResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSequenceStoreResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The store's ARN.
|
static GetSequenceStoreResponse.Builder |
builder() |
Instant |
creationTime()
When the store was created.
|
String |
description()
The store's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fallbackLocation()
An S3 location that is used to store files that have failed a direct upload.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The store's ID.
|
String |
name()
The store's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSequenceStoreResponse.Builder> |
serializableBuilderClass() |
SseConfig |
sseConfig()
The store's server-side encryption (SSE) settings.
|
GetSequenceStoreResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The store's ID.
public final String arn()
The store's ARN.
public final String name()
The store's name.
public final String description()
The store's description.
public final SseConfig sseConfig()
The store's server-side encryption (SSE) settings.
public final Instant creationTime()
When the store was created.
public final String fallbackLocation()
An S3 location that is used to store files that have failed a direct upload.
public GetSequenceStoreResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSequenceStoreResponse.Builder,GetSequenceStoreResponse>toBuilder in class AwsResponsepublic static GetSequenceStoreResponse.Builder builder()
public static Class<? extends GetSequenceStoreResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.