@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NativeIndexConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for an Amazon Q index.
Constructor and Description |
---|
NativeIndexConfiguration() |
Modifier and Type | Method and Description |
---|---|
NativeIndexConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getIndexId()
The identifier for the Amazon Q index.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexId(String indexId)
The identifier for the Amazon Q index.
|
String |
toString()
Returns a string representation of this object.
|
NativeIndexConfiguration |
withIndexId(String indexId)
The identifier for the Amazon Q index.
|
public void setIndexId(String indexId)
The identifier for the Amazon Q index.
indexId
- The identifier for the Amazon Q index.public String getIndexId()
The identifier for the Amazon Q index.
public NativeIndexConfiguration withIndexId(String indexId)
The identifier for the Amazon Q index.
indexId
- The identifier for the Amazon Q index.public String toString()
toString
in class Object
Object.toString()
public NativeIndexConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.