Class PropertygraphSummaryValueMap
- java.lang.Object
-
- software.amazon.awssdk.services.neptunedata.model.PropertygraphSummaryValueMap
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
@Generated("software.amazon.awssdk:codegen") public final class PropertygraphSummaryValueMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
Payload for the property graph summary response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertygraphSummaryValueMap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertygraphSummaryValueMap.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)PropertygraphSummarygraphSummary()The graph summary.inthashCode()InstantlastStatisticsComputationTime()The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PropertygraphSummaryValueMap.Builder>serializableBuilderClass()PropertygraphSummaryValueMap.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of this graph summary response.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
version
public final String version()
The version of this graph summary response.
- Returns:
- The version of this graph summary response.
-
lastStatisticsComputationTime
public final Instant lastStatisticsComputationTime()
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
- Returns:
- The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
-
graphSummary
public final PropertygraphSummary graphSummary()
The graph summary.
- Returns:
- The graph summary.
-
toBuilder
public PropertygraphSummaryValueMap.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
-
builder
public static PropertygraphSummaryValueMap.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropertygraphSummaryValueMap.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-