@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceListItem extends Object implements Serializable, Cloneable, StructuredPojo
A genome reference.
Constructor and Description |
---|
ReferenceListItem() |
Modifier and Type | Method and Description |
---|---|
ReferenceListItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The reference's ARN.
|
Date |
getCreationTime()
When the reference was created.
|
String |
getDescription()
The reference's description.
|
String |
getId()
The reference's ID.
|
String |
getMd5()
The reference's MD5 checksum.
|
String |
getName()
The reference's name.
|
String |
getReferenceStoreId()
The reference's store ID.
|
String |
getStatus()
The reference's status.
|
Date |
getUpdateTime()
When the reference was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The reference's ARN.
|
void |
setCreationTime(Date creationTime)
When the reference was created.
|
void |
setDescription(String description)
The reference's description.
|
void |
setId(String id)
The reference's ID.
|
void |
setMd5(String md5)
The reference's MD5 checksum.
|
void |
setName(String name)
The reference's name.
|
void |
setReferenceStoreId(String referenceStoreId)
The reference's store ID.
|
void |
setStatus(String status)
The reference's status.
|
void |
setUpdateTime(Date updateTime)
When the reference was updated.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceListItem |
withArn(String arn)
The reference's ARN.
|
ReferenceListItem |
withCreationTime(Date creationTime)
When the reference was created.
|
ReferenceListItem |
withDescription(String description)
The reference's description.
|
ReferenceListItem |
withId(String id)
The reference's ID.
|
ReferenceListItem |
withMd5(String md5)
The reference's MD5 checksum.
|
ReferenceListItem |
withName(String name)
The reference's name.
|
ReferenceListItem |
withReferenceStoreId(String referenceStoreId)
The reference's store ID.
|
ReferenceListItem |
withStatus(ReferenceStatus status)
The reference's status.
|
ReferenceListItem |
withStatus(String status)
The reference's status.
|
ReferenceListItem |
withUpdateTime(Date updateTime)
When the reference was updated.
|
public void setId(String id)
The reference's ID.
id
- The reference's ID.public String getId()
The reference's ID.
public ReferenceListItem withId(String id)
The reference's ID.
id
- The reference's ID.public void setArn(String arn)
The reference's ARN.
arn
- The reference's ARN.public String getArn()
The reference's ARN.
public ReferenceListItem withArn(String arn)
The reference's ARN.
arn
- The reference's ARN.public void setReferenceStoreId(String referenceStoreId)
The reference's store ID.
referenceStoreId
- The reference's store ID.public String getReferenceStoreId()
The reference's store ID.
public ReferenceListItem withReferenceStoreId(String referenceStoreId)
The reference's store ID.
referenceStoreId
- The reference's store ID.public void setMd5(String md5)
The reference's MD5 checksum.
md5
- The reference's MD5 checksum.public String getMd5()
The reference's MD5 checksum.
public ReferenceListItem withMd5(String md5)
The reference's MD5 checksum.
md5
- The reference's MD5 checksum.public void setStatus(String status)
The reference's status.
status
- The reference's status.ReferenceStatus
public String getStatus()
The reference's status.
ReferenceStatus
public ReferenceListItem withStatus(String status)
The reference's status.
status
- The reference's status.ReferenceStatus
public ReferenceListItem withStatus(ReferenceStatus status)
The reference's status.
status
- The reference's status.ReferenceStatus
public void setName(String name)
The reference's name.
name
- The reference's name.public String getName()
The reference's name.
public ReferenceListItem withName(String name)
The reference's name.
name
- The reference's name.public void setDescription(String description)
The reference's description.
description
- The reference's description.public String getDescription()
The reference's description.
public ReferenceListItem withDescription(String description)
The reference's description.
description
- The reference's description.public void setCreationTime(Date creationTime)
When the reference was created.
creationTime
- When the reference was created.public Date getCreationTime()
When the reference was created.
public ReferenceListItem withCreationTime(Date creationTime)
When the reference was created.
creationTime
- When the reference was created.public void setUpdateTime(Date updateTime)
When the reference was updated.
updateTime
- When the reference was updated.public Date getUpdateTime()
When the reference was updated.
public ReferenceListItem withUpdateTime(Date updateTime)
When the reference was updated.
updateTime
- When the reference was updated.public String toString()
toString
in class Object
Object.toString()
public ReferenceListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.