public class DescribeCollectionRequest extends AmazonWebServiceRequest implements java.io.Serializable
 Describes the specified collection. You can use
 DescribeCollection to get information, such as the number of
 faces indexed into a collection and the version of the model used by the
 collection for face detection.
 
For more information, see Describing a Collection in the Amazon Rekognition Developer Guide.
| Constructor and Description | 
|---|
DescribeCollectionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.lang.String | 
getCollectionId()
 The ID of the collection to describe. 
 | 
int | 
hashCode()  | 
void | 
setCollectionId(java.lang.String collectionId)
 The ID of the collection to describe. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
DescribeCollectionRequest | 
withCollectionId(java.lang.String collectionId)
 The ID of the collection to describe. 
 | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getCollectionId()
The ID of the collection to describe.
 Constraints:
 Length: 1 - 255
 Pattern: [a-zA-Z0-9_.\-]+
The ID of the collection to describe.
public void setCollectionId(java.lang.String collectionId)
The ID of the collection to describe.
 Constraints:
 Length: 1 - 255
 Pattern: [a-zA-Z0-9_.\-]+
collectionId - The ID of the collection to describe.
public DescribeCollectionRequest withCollectionId(java.lang.String collectionId)
The ID of the collection to describe.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 255
 Pattern: [a-zA-Z0-9_.\-]+
collectionId - The ID of the collection to describe.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.