@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.
|
DatastoreStorageSummary |
getDatastoreStorage()
Where data store data is stored.
|
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 |
setDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
|
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 |
withDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
|
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 setDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
datastoreStorage
- Where data store data is stored.public DatastoreStorageSummary getDatastoreStorage()
Where data store data is stored.
public DatastoreSummary withDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
datastoreStorage
- Where data store data is stored.public void setStatus(String status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public String getStatus()
The status of the data store.
DatastoreStatus
public DatastoreSummary withStatus(String status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public DatastoreSummary withStatus(DatastoreStatus status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public 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 Object
Object.toString()
public DatastoreSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.