@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCollectionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionARN()
The Amazon Resource Name (ARN) of the collection.
|
Date |
getCreationTimestamp()
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
Long |
getFaceCount()
The number of faces that are indexed into the collection.
|
String |
getFaceModelVersion()
The version of the face model that's used by the collection for face detection.
|
int |
hashCode() |
void |
setCollectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
void |
setCreationTimestamp(Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
void |
setFaceCount(Long faceCount)
The number of faces that are indexed into the collection.
|
void |
setFaceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCollectionResult |
withCollectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResult |
withCreationTimestamp(Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
DescribeCollectionResult |
withFaceCount(Long faceCount)
The number of faces that are indexed into the collection.
|
DescribeCollectionResult |
withFaceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFaceCount(Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
faceCount
- The number of faces that are indexed into the collection. To index faces into a collection, use
IndexFaces.public Long getFaceCount()
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
public DescribeCollectionResult withFaceCount(Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
faceCount
- The number of faces that are indexed into the collection. To index faces into a collection, use
IndexFaces.public void setFaceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
faceModelVersion
- The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
public String getFaceModelVersion()
The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
public DescribeCollectionResult withFaceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
faceModelVersion
- The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
public void setCollectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
collectionARN
- The Amazon Resource Name (ARN) of the collection.public String getCollectionARN()
The Amazon Resource Name (ARN) of the collection.
public DescribeCollectionResult withCollectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
collectionARN
- The Amazon Resource Name (ARN) of the collection.public void setCreationTimestamp(Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
creationTimestamp
- The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch
time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.public Date getCreationTimestamp()
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
public DescribeCollectionResult withCreationTimestamp(Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
creationTimestamp
- The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch
time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.public String toString()
toString
in class Object
Object.toString()
public DescribeCollectionResult clone()