@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppInstanceBotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAppInstanceBotResult() |
Modifier and Type | Method and Description |
---|---|
CreateAppInstanceBotResult |
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.
|
CreateAppInstanceBotResult |
withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the
AppinstanceBot . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CreateAppInstanceBotResult withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppinstanceBot
.
appInstanceBotArn
- The ARN of the AppinstanceBot
.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceBotResult clone()