@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIndexResult() |
Modifier and Type | Method and Description |
---|---|
CreateIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of the index.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of the index.
|
String |
toString()
Returns a string representation of this object.
|
CreateIndexResult |
withId(String id)
The unique identifier of the index.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
id
- The unique identifier of the index. Use this identifier when you query an index, set up a data source, or
index a document.public String getId()
The unique identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
public CreateIndexResult withId(String id)
The unique identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
id
- The unique identifier of the index. Use this identifier when you query an index, set up a data source, or
index a document.public String toString()
toString
in class Object
Object.toString()
public CreateIndexResult clone()