@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationStoreVersionItem extends Object implements Serializable, Cloneable, StructuredPojo
Annotation store versions.
Constructor and Description |
---|
AnnotationStoreVersionItem() |
Modifier and Type | Method and Description |
---|---|
AnnotationStoreVersionItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time stamp for when an annotation store version was created.
|
String |
getDescription()
The description of an annotation store version.
|
String |
getId()
The annotation store version ID.
|
String |
getName()
A name given to an annotation store version to distinguish it from others.
|
String |
getStatus()
The status of an annotation store version.
|
String |
getStatusMessage()
The status of an annotation store version.
|
String |
getStoreId()
The store ID for an annotation store version.
|
Date |
getUpdateTime()
The time stamp for when an annotation store version was updated.
|
String |
getVersionArn()
The Arn for an annotation store version.
|
String |
getVersionName()
The name of an annotation store version.
|
Long |
getVersionSizeBytes()
The size of an annotation store version in Bytes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
|
void |
setDescription(String description)
The description of an annotation store version.
|
void |
setId(String id)
The annotation store version ID.
|
void |
setName(String name)
A name given to an annotation store version to distinguish it from others.
|
void |
setStatus(String status)
The status of an annotation store version.
|
void |
setStatusMessage(String statusMessage)
The status of an annotation store version.
|
void |
setStoreId(String storeId)
The store ID for an annotation store version.
|
void |
setUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
|
void |
setVersionArn(String versionArn)
The Arn for an annotation store version.
|
void |
setVersionName(String versionName)
The name of an annotation store version.
|
void |
setVersionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
|
String |
toString()
Returns a string representation of this object.
|
AnnotationStoreVersionItem |
withCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
|
AnnotationStoreVersionItem |
withDescription(String description)
The description of an annotation store version.
|
AnnotationStoreVersionItem |
withId(String id)
The annotation store version ID.
|
AnnotationStoreVersionItem |
withName(String name)
A name given to an annotation store version to distinguish it from others.
|
AnnotationStoreVersionItem |
withStatus(String status)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
withStatus(VersionStatus status)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
withStatusMessage(String statusMessage)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
withStoreId(String storeId)
The store ID for an annotation store version.
|
AnnotationStoreVersionItem |
withUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
|
AnnotationStoreVersionItem |
withVersionArn(String versionArn)
The Arn for an annotation store version.
|
AnnotationStoreVersionItem |
withVersionName(String versionName)
The name of an annotation store version.
|
AnnotationStoreVersionItem |
withVersionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
|
public void setStoreId(String storeId)
The store ID for an annotation store version.
storeId
- The store ID for an annotation store version.public String getStoreId()
The store ID for an annotation store version.
public AnnotationStoreVersionItem withStoreId(String storeId)
The store ID for an annotation store version.
storeId
- The store ID for an annotation store version.public void setId(String id)
The annotation store version ID.
id
- The annotation store version ID.public String getId()
The annotation store version ID.
public AnnotationStoreVersionItem withId(String id)
The annotation store version ID.
id
- The annotation store version ID.public void setStatus(String status)
The status of an annotation store version.
status
- The status of an annotation store version.VersionStatus
public String getStatus()
The status of an annotation store version.
VersionStatus
public AnnotationStoreVersionItem withStatus(String status)
The status of an annotation store version.
status
- The status of an annotation store version.VersionStatus
public AnnotationStoreVersionItem withStatus(VersionStatus status)
The status of an annotation store version.
status
- The status of an annotation store version.VersionStatus
public void setVersionArn(String versionArn)
The Arn for an annotation store version.
versionArn
- The Arn for an annotation store version.public String getVersionArn()
The Arn for an annotation store version.
public AnnotationStoreVersionItem withVersionArn(String versionArn)
The Arn for an annotation store version.
versionArn
- The Arn for an annotation store version.public void setName(String name)
A name given to an annotation store version to distinguish it from others.
name
- A name given to an annotation store version to distinguish it from others.public String getName()
A name given to an annotation store version to distinguish it from others.
public AnnotationStoreVersionItem withName(String name)
A name given to an annotation store version to distinguish it from others.
name
- A name given to an annotation store version to distinguish it from others.public void setVersionName(String versionName)
The name of an annotation store version.
versionName
- The name of an annotation store version.public String getVersionName()
The name of an annotation store version.
public AnnotationStoreVersionItem withVersionName(String versionName)
The name of an annotation store version.
versionName
- The name of an annotation store version.public void setDescription(String description)
The description of an annotation store version.
description
- The description of an annotation store version.public String getDescription()
The description of an annotation store version.
public AnnotationStoreVersionItem withDescription(String description)
The description of an annotation store version.
description
- The description of an annotation store version.public void setCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
creationTime
- The time stamp for when an annotation store version was created.public Date getCreationTime()
The time stamp for when an annotation store version was created.
public AnnotationStoreVersionItem withCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
creationTime
- The time stamp for when an annotation store version was created.public void setUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
updateTime
- The time stamp for when an annotation store version was updated.public Date getUpdateTime()
The time stamp for when an annotation store version was updated.
public AnnotationStoreVersionItem withUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
updateTime
- The time stamp for when an annotation store version was updated.public void setStatusMessage(String statusMessage)
The status of an annotation store version.
statusMessage
- The status of an annotation store version.public String getStatusMessage()
The status of an annotation store version.
public AnnotationStoreVersionItem withStatusMessage(String statusMessage)
The status of an annotation store version.
statusMessage
- The status of an annotation store version.public void setVersionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
versionSizeBytes
- The size of an annotation store version in Bytes.public Long getVersionSizeBytes()
The size of an annotation store version in Bytes.
public AnnotationStoreVersionItem withVersionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
versionSizeBytes
- The size of an annotation store version in Bytes.public String toString()
toString
in class Object
Object.toString()
public AnnotationStoreVersionItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.