public class ListCollectionsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListCollectionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCollectionIds()
An array of collection IDs.
|
java.util.List<java.lang.String> |
getFaceModelVersions()
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
java.lang.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(java.util.Collection<java.lang.String> collectionIds)
An array of collection IDs.
|
void |
setFaceModelVersions(java.util.Collection<java.lang.String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
void |
setNextToken(java.lang.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. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCollectionsResult |
withCollectionIds(java.util.Collection<java.lang.String> collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
withCollectionIds(java.lang.String... collectionIds)
An array of collection IDs.
|
ListCollectionsResult |
withFaceModelVersions(java.util.Collection<java.lang.String> faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
ListCollectionsResult |
withFaceModelVersions(java.lang.String... faceModelVersions)
Version numbers of the face detection models associated with the
collections in the array
CollectionIds . |
ListCollectionsResult |
withNextToken(java.lang.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 java.util.List<java.lang.String> getCollectionIds()
An array of collection IDs.
An array of collection IDs.
public void setCollectionIds(java.util.Collection<java.lang.String> collectionIds)
An array of collection IDs.
collectionIds
- An array of collection IDs.
public ListCollectionsResult withCollectionIds(java.lang.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(java.util.Collection<java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.