Class RDFGraphSummaryValueMap
- java.lang.Object
-
- software.amazon.awssdk.services.neptunedata.model.RDFGraphSummaryValueMap
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap>
@Generated("software.amazon.awssdk:codegen") public final class RDFGraphSummaryValueMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap>
Payload for an RDF graph summary response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRDFGraphSummaryValueMap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RDFGraphSummaryValueMap.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)RDFGraphSummarygraphSummary()The graph summary of an RDF graph.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 RDFGraphSummaryValueMap.Builder>serializableBuilderClass()RDFGraphSummaryValueMap.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 RDFGraphSummary graphSummary()
The graph summary of an RDF graph. See Graph summary response for an RDF graph.
- Returns:
- The graph summary of an RDF graph. See Graph summary response for an RDF graph.
-
toBuilder
public RDFGraphSummaryValueMap.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap>
-
builder
public static RDFGraphSummaryValueMap.Builder builder()
-
serializableBuilderClass
public static Class<? extends RDFGraphSummaryValueMap.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
-
-