@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppInstanceBotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAppInstanceBotResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppInstanceBotResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceBotArn()
The ARN of the
AppInstanceBot. |
int |
hashCode() |
void |
setAppInstanceBotArn(String appInstanceBotArn)
The ARN of the
AppInstanceBot. |
String |
toString()
Returns a string representation of this object.
|
UpdateAppInstanceBotResult |
withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the
AppInstanceBot. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.public String getAppInstanceBotArn()
The ARN of the AppInstanceBot.
AppInstanceBot.public UpdateAppInstanceBotResult withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.public String toString()
toString in class ObjectObject.toString()public UpdateAppInstanceBotResult clone()