@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 |
getIndexArn()
The Amazon Resource Name (ARN) of an Amazon Q Business index.
|
String |
getIndexId()
The identifier for the Amazon Q Business index.
|
int |
hashCode() |
void |
setIndexArn(String indexArn)
The Amazon Resource Name (ARN) of an Amazon Q Business index.
|
void |
setIndexId(String indexId)
The identifier for the Amazon Q Business index.
|
String |
toString()
Returns a string representation of this object.
|
CreateIndexResult |
withIndexArn(String indexArn)
The Amazon Resource Name (ARN) of an Amazon Q Business index.
|
CreateIndexResult |
withIndexId(String indexId)
The identifier for the Amazon Q Business index.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIndexId(String indexId)
The identifier for the Amazon Q Business index.
indexId
- The identifier for the Amazon Q Business index.public String getIndexId()
The identifier for the Amazon Q Business index.
public CreateIndexResult withIndexId(String indexId)
The identifier for the Amazon Q Business index.
indexId
- The identifier for the Amazon Q Business index.public void setIndexArn(String indexArn)
The Amazon Resource Name (ARN) of an Amazon Q Business index.
indexArn
- The Amazon Resource Name (ARN) of an Amazon Q Business index.public String getIndexArn()
The Amazon Resource Name (ARN) of an Amazon Q Business index.
public CreateIndexResult withIndexArn(String indexArn)
The Amazon Resource Name (ARN) of an Amazon Q Business index.
indexArn
- The Amazon Resource Name (ARN) of an Amazon Q Business index.public String toString()
toString
in class Object
Object.toString()
public CreateIndexResult clone()