@Generated(value="software.amazon.awssdk:codegen") public final class PropertygraphSummaryValueMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
Payload for the property graph summary response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertygraphSummaryValueMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertygraphSummaryValueMap.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
PropertygraphSummary |
graphSummary()
The graph summary.
|
int |
hashCode() |
Instant |
lastStatisticsComputationTime()
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertygraphSummaryValueMap.Builder> |
serializableBuilderClass() |
PropertygraphSummaryValueMap.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of this graph summary response.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String version()
The version of this graph summary response.
public final Instant lastStatisticsComputationTime()
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
public final PropertygraphSummary graphSummary()
The graph summary.
public PropertygraphSummaryValueMap.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>public static PropertygraphSummaryValueMap.Builder builder()
public static Class<? extends PropertygraphSummaryValueMap.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.