@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceListItem.Builder,ReferenceListItem>
A genome reference.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The reference's ARN.
|
static ReferenceListItem.Builder |
builder() |
Instant |
creationTime()
When the reference was created.
|
String |
description()
The reference's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The reference's ID.
|
String |
md5()
The reference's MD5 checksum.
|
String |
name()
The reference's name.
|
String |
referenceStoreId()
The reference's store ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReferenceListItem.Builder> |
serializableBuilderClass() |
ReferenceStatus |
status()
The reference's status.
|
String |
statusAsString()
The reference's status.
|
ReferenceListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
When the reference was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The reference's ID.
public final String arn()
The reference's ARN.
public final String referenceStoreId()
The reference's store ID.
public final String md5()
The reference's MD5 checksum.
public final ReferenceStatus status()
The reference's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReferenceStatuspublic final String statusAsString()
The reference's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReferenceStatuspublic final String name()
The reference's name.
public final String description()
The reference's description.
public final Instant creationTime()
When the reference was created.
public final Instant updateTime()
When the reference was updated.
public ReferenceListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReferenceListItem.Builder,ReferenceListItem>public static ReferenceListItem.Builder builder()
public static Class<? extends ReferenceListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.