@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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 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.
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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.