@Generated(value="software.amazon.awssdk:codegen") public final class DeletePropertygraphStatisticsResponse extends NeptunedataResponse implements ToCopyableBuilder<DeletePropertygraphStatisticsResponse.Builder,DeletePropertygraphStatisticsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeletePropertygraphStatisticsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeletePropertygraphStatisticsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeleteStatisticsValueMap |
payload()
The deletion payload.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeletePropertygraphStatisticsResponse.Builder> |
serializableBuilderClass() |
String |
status()
The cancel status.
|
Integer |
statusCode()
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
|
DeletePropertygraphStatisticsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer statusCode()
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
public final String status()
The cancel status.
public final DeleteStatisticsValueMap payload()
The deletion payload.
public DeletePropertygraphStatisticsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeletePropertygraphStatisticsResponse.Builder,DeletePropertygraphStatisticsResponse>toBuilder in class AwsResponsepublic static DeletePropertygraphStatisticsResponse.Builder builder()
public static Class<? extends DeletePropertygraphStatisticsResponse.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.