public class LexV2Bot
extends java.lang.Object
implements java.io.Serializable
Configuration information of an Amazon Lex V2 bot.
| Constructor and Description |
|---|
LexV2Bot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAliasArn()
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
int |
hashCode() |
void |
setAliasArn(java.lang.String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LexV2Bot |
withAliasArn(java.lang.String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
public java.lang.String getAliasArn()
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
Constraints:
Length: 1 - 100
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
public void setAliasArn(java.lang.String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
Constraints:
Length: 1 - 100
aliasArn - The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
public LexV2Bot withAliasArn(java.lang.String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
aliasArn - The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object