@Generated(value="software.amazon.awssdk:codegen") public final class RDFGraphSummaryValueMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap>
Payload for an RDF graph summary response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RDFGraphSummaryValueMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RDFGraphSummaryValueMap.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
RDFGraphSummary |
graphSummary()
The graph summary of an RDF graph.
|
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 RDFGraphSummaryValueMap.Builder> |
serializableBuilderClass() |
RDFGraphSummaryValueMap.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 RDFGraphSummary graphSummary()
The graph summary of an RDF graph. See Graph summary response for an RDF graph.
public RDFGraphSummaryValueMap.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap>public static RDFGraphSummaryValueMap.Builder builder()
public static Class<? extends RDFGraphSummaryValueMap.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.