public class ListCollectionsResult extends Object implements Serializable
Constructor and Description |
---|
ListCollectionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getCollectionIds()
An array of collection IDs.
|
List<String> |
getFaceModelVersions()
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
String |
getNextToken()
If the result is truncated, the response provides a
NextToken that you can use in the subsequent request to
fetch the next set of collection IDs. |
int |
hashCode() |
void |
setCollectionIds(Collection<String> collectionIds)
An array of collection IDs.
|
void |
setFaceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
void |
setNextToken(String nextToken)
If the result is truncated, the response provides a
NextToken that you can use in the subsequent request to
fetch the next set of collection IDs. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCollectionsResult |
withCollectionIds(Collection<String> collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
withCollectionIds(String... collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
withFaceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
ListCollectionsResult |
withFaceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
ListCollectionsResult |
withNextToken(String nextToken)
If the result is truncated, the response provides a
NextToken that you can use in the subsequent request to
fetch the next set of collection IDs. |
public List<String> getCollectionIds()
An array of collection IDs.
An array of collection IDs.
public void setCollectionIds(Collection<String> collectionIds)
An array of collection IDs.
collectionIds
- An array of collection IDs.
public ListCollectionsResult withCollectionIds(String... collectionIds)
An array of collection IDs.
Returns a reference to this object so that method calls can be chained together.
collectionIds
- An array of collection IDs.
public ListCollectionsResult withCollectionIds(Collection<String> collectionIds)
An array of collection IDs.
Returns a reference to this object so that method calls can be chained together.
collectionIds
- An array of collection IDs.
public String getNextToken()
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent request to
fetch the next set of collection IDs.
Constraints:
Length: - 255
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent request
to fetch the next set of collection IDs.
public void setNextToken(String nextToken)
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent request to
fetch the next set of collection IDs.
Constraints:
Length: - 255
nextToken
-
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent
request to fetch the next set of collection IDs.
public ListCollectionsResult withNextToken(String nextToken)
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent request to
fetch the next set of collection IDs.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 255
nextToken
-
If the result is truncated, the response provides a
NextToken
that you can use in the subsequent
request to fetch the next set of collection IDs.
public List<String> getFaceModelVersions()
Version numbers of the face detection models associated with the
collections in the array CollectionIds
. For example, the
value of FaceModelVersions[2]
is the version number for the
face detection model used by the collection in
CollectionId[2]
.
Version numbers of the face detection models associated with the
collections in the array CollectionIds
. For example,
the value of FaceModelVersions[2]
is the version
number for the face detection model used by the collection in
CollectionId[2]
.
public void setFaceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array CollectionIds
. For example, the
value of FaceModelVersions[2]
is the version number for the
face detection model used by the collection in
CollectionId[2]
.
faceModelVersions
-
Version numbers of the face detection models associated with
the collections in the array CollectionIds
. For
example, the value of FaceModelVersions[2]
is the
version number for the face detection model used by the
collection in CollectionId[2]
.
public ListCollectionsResult withFaceModelVersions(String... faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array CollectionIds
. For example, the
value of FaceModelVersions[2]
is the version number for the
face detection model used by the collection in
CollectionId[2]
.
Returns a reference to this object so that method calls can be chained together.
faceModelVersions
-
Version numbers of the face detection models associated with
the collections in the array CollectionIds
. For
example, the value of FaceModelVersions[2]
is the
version number for the face detection model used by the
collection in CollectionId[2]
.
public ListCollectionsResult withFaceModelVersions(Collection<String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array CollectionIds
. For example, the
value of FaceModelVersions[2]
is the version number for the
face detection model used by the collection in
CollectionId[2]
.
Returns a reference to this object so that method calls can be chained together.
faceModelVersions
-
Version numbers of the face detection models associated with
the collections in the array CollectionIds
. For
example, the value of FaceModelVersions[2]
is the
version number for the face detection model used by the
collection in CollectionId[2]
.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.