@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a data store.
| Constructor and Description |
|---|
DatastoreSummary() |
| Modifier and Type | Method and Description |
|---|---|
DatastoreSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the data store was created.
|
String |
getDatastoreName()
The name of the data store.
|
Date |
getLastUpdateTime()
The last time the data store was updated.
|
String |
getStatus()
The status of the data store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
When the data store was created.
|
void |
setDatastoreName(String datastoreName)
The name of the data store.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
void |
setStatus(String status)
The status of the data store.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreSummary |
withCreationTime(Date creationTime)
When the data store was created.
|
DatastoreSummary |
withDatastoreName(String datastoreName)
The name of the data store.
|
DatastoreSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
DatastoreSummary |
withStatus(DatastoreStatus status)
The status of the data store.
|
DatastoreSummary |
withStatus(String status)
The status of the data store.
|
public void setDatastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.public String getDatastoreName()
The name of the data store.
public DatastoreSummary withDatastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.public void setStatus(String status)
The status of the data store.
status - The status of the data store.DatastoreStatuspublic String getStatus()
The status of the data store.
DatastoreStatuspublic DatastoreSummary withStatus(String status)
The status of the data store.
status - The status of the data store.DatastoreStatuspublic DatastoreSummary withStatus(DatastoreStatus status)
The status of the data store.
status - The status of the data store.DatastoreStatuspublic void setCreationTime(Date creationTime)
When the data store was created.
creationTime - When the data store was created.public Date getCreationTime()
When the data store was created.
public DatastoreSummary withCreationTime(Date creationTime)
When the data store was created.
creationTime - When the data store was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
lastUpdateTime - The last time the data store was updated.public Date getLastUpdateTime()
The last time the data store was updated.
public DatastoreSummary withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
lastUpdateTime - The last time the data store was updated.public String toString()
toString in class ObjectObject.toString()public DatastoreSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.