@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertygraphSummaryValueMap extends Object implements Serializable, Cloneable, StructuredPojo
Payload for the property graph summary response.
Constructor and Description |
---|
PropertygraphSummaryValueMap() |
Modifier and Type | Method and Description |
---|---|
PropertygraphSummaryValueMap |
clone() |
boolean |
equals(Object obj) |
PropertygraphSummary |
getGraphSummary()
The graph summary.
|
Date |
getLastStatisticsComputationTime()
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
|
String |
getVersion()
The version of this graph summary response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
|
void |
setLastStatisticsComputationTime(Date lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
|
void |
setVersion(String version)
The version of this graph summary response.
|
String |
toString()
Returns a string representation of this object.
|
PropertygraphSummaryValueMap |
withGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
|
PropertygraphSummaryValueMap |
withLastStatisticsComputationTime(Date lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
|
PropertygraphSummaryValueMap |
withVersion(String version)
The version of this graph summary response.
|
public void setVersion(String version)
The version of this graph summary response.
version
- The version of this graph summary response.public String getVersion()
The version of this graph summary response.
public PropertygraphSummaryValueMap withVersion(String version)
The version of this graph summary response.
version
- The version of this graph summary response.public void setLastStatisticsComputationTime(Date lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
lastStatisticsComputationTime
- The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.public Date getLastStatisticsComputationTime()
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
public PropertygraphSummaryValueMap withLastStatisticsComputationTime(Date lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
lastStatisticsComputationTime
- The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.public void setGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
graphSummary
- The graph summary.public PropertygraphSummary getGraphSummary()
The graph summary.
public PropertygraphSummaryValueMap withGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
graphSummary
- The graph summary.public String toString()
toString
in class Object
Object.toString()
public PropertygraphSummaryValueMap clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.