Class ListVectorsResponse
-
- All Implemented Interfaces:
public final class ListVectorsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ListOutputVector>vectorsprivate final StringnextToken
-
Constructor Summary
Constructors Constructor Description ListVectorsResponse(List<ListOutputVector> vectors, String nextToken)
-
Method Summary
Modifier and Type Method Description final List<ListOutputVector>getVectors()final StringgetNextToken()-
-
Constructor Detail
-
ListVectorsResponse
ListVectorsResponse(List<ListOutputVector> vectors, String nextToken)
-
-
Method Detail
-
getVectors
final List<ListOutputVector> getVectors()
-
getNextToken
final String getNextToken()
-
-
-
-