@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFacesResponse extends RekognitionResponse implements ToCopyableBuilder<DeleteFacesResponse.Builder,DeleteFacesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFacesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFacesResponse.Builder |
builder() |
List<String> |
deletedFaces()
An array of strings (face IDs) of the faces that were deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDeletedFaces()
Returns true if the DeletedFaces property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFacesResponse.Builder> |
serializableBuilderClass() |
DeleteFacesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasDeletedFaces()
public final List<String> deletedFaces()
An array of strings (face IDs) of the faces that were deleted.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDeletedFaces() to see if a value was sent in this field.
public DeleteFacesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFacesResponse.Builder,DeleteFacesResponse>toBuilder in class AwsResponsepublic static DeleteFacesResponse.Builder builder()
public static Class<? extends DeleteFacesResponse.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 © 2021. All rights reserved.