@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for your vector collection type.
Constructor and Description |
---|
VectorConfig() |
Modifier and Type | Method and Description |
---|---|
VectorConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getDimension()
The number of elements in your vector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDimension(Integer dimension)
The number of elements in your vector.
|
String |
toString()
Returns a string representation of this object.
|
VectorConfig |
withDimension(Integer dimension)
The number of elements in your vector.
|
public void setDimension(Integer dimension)
The number of elements in your vector.
dimension
- The number of elements in your vector.public Integer getDimension()
The number of elements in your vector.
public VectorConfig withDimension(Integer dimension)
The number of elements in your vector.
dimension
- The number of elements in your vector.public String toString()
toString
in class Object
Object.toString()
public VectorConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.