@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceBotSummary extends Object implements Serializable, Cloneable, StructuredPojo
High-level information about an AppInstanceBot.
| Constructor and Description |
|---|
AppInstanceBotSummary() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceBotSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceBotArn()
The ARN of the AppInstanceBot.
|
String |
getMetadata()
The metadata of the AppInstanceBot.
|
String |
getName()
The name of the AppInstanceBox.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
|
void |
setMetadata(String metadata)
The metadata of the AppInstanceBot.
|
void |
setName(String name)
The name of the AppInstanceBox.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceBotSummary |
withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
|
AppInstanceBotSummary |
withMetadata(String metadata)
The metadata of the AppInstanceBot.
|
AppInstanceBotSummary |
withName(String name)
The name of the AppInstanceBox.
|
public void setAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.public String getAppInstanceBotArn()
The ARN of the AppInstanceBot.
public AppInstanceBotSummary withAppInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.public void setName(String name)
The name of the AppInstanceBox.
name - The name of the AppInstanceBox.public String getName()
The name of the AppInstanceBox.
public AppInstanceBotSummary withName(String name)
The name of the AppInstanceBox.
name - The name of the AppInstanceBox.public void setMetadata(String metadata)
The metadata of the AppInstanceBot.
metadata - The metadata of the AppInstanceBot.public String getMetadata()
The metadata of the AppInstanceBot.
public AppInstanceBotSummary withMetadata(String metadata)
The metadata of the AppInstanceBot.
metadata - The metadata of the AppInstanceBot.public String toString()
toString in class ObjectObject.toString()public AppInstanceBotSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.