@Generated(value="software.amazon.awssdk:codegen") public final class CreateCollectionResponse extends RekognitionResponse implements ToCopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCollectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCollectionResponse.Builder |
builder() |
String |
collectionArn()
Amazon Resource Name (ARN) of the collection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
faceModelVersion()
Latest face model being used with the collection.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCollectionResponse.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
HTTP status code indicating the result of the operation.
|
CreateCollectionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer statusCode()
HTTP status code indicating the result of the operation.
public final String collectionArn()
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
public final String faceModelVersion()
Latest face model being used with the collection. For more information, see Model versioning.
public CreateCollectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>toBuilder in class AwsResponsepublic static CreateCollectionResponse.Builder builder()
public static Class<? extends CreateCollectionResponse.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 © 2022. All rights reserved.