@Generated(value="software.amazon.awssdk:codegen") public final class GetPropertygraphSummaryResponse extends NeptunedataResponse implements ToCopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPropertygraphSummaryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPropertygraphSummaryResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PropertygraphSummaryValueMap |
payload()
Payload containing the property graph summary response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPropertygraphSummaryResponse.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
The HTTP return code of the request.
|
GetPropertygraphSummaryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer statusCode()
The HTTP return code of the request. If the request succeeded, the code is 200.
public final PropertygraphSummaryValueMap payload()
Payload containing the property graph summary response.
public GetPropertygraphSummaryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>toBuilder in class AwsResponsepublic static GetPropertygraphSummaryResponse.Builder builder()
public static Class<? extends GetPropertygraphSummaryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.