@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()
Version number of the face detection model associated with the collection you are creating.
|
<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 Integer statusCode()
HTTP status code indicating the result of the operation.
public String collectionArn()
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
public String faceModelVersion()
Version number of the face detection model associated with the collection you are creating.
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.