@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotReplicaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteBotReplicaResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotReplicaResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique bot ID of the replicated bot generated.
|
String |
getBotReplicaStatus()
The operational status of the replicated bot generated.
|
String |
getReplicaRegion()
The region of the replicated bot generated.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique bot ID of the replicated bot generated.
|
void |
setBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
|
void |
setReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBotReplicaResult |
withBotId(String botId)
The unique bot ID of the replicated bot generated.
|
DeleteBotReplicaResult |
withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot generated.
|
DeleteBotReplicaResult |
withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
|
DeleteBotReplicaResult |
withReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBotId(String botId)
The unique bot ID of the replicated bot generated.
botId - The unique bot ID of the replicated bot generated.public String getBotId()
The unique bot ID of the replicated bot generated.
public DeleteBotReplicaResult withBotId(String botId)
The unique bot ID of the replicated bot generated.
botId - The unique bot ID of the replicated bot generated.public void setReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
replicaRegion - The region of the replicated bot generated.public String getReplicaRegion()
The region of the replicated bot generated.
public DeleteBotReplicaResult withReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
replicaRegion - The region of the replicated bot generated.public void setBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus - The operational status of the replicated bot generated.BotReplicaStatuspublic String getBotReplicaStatus()
The operational status of the replicated bot generated.
BotReplicaStatuspublic DeleteBotReplicaResult withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus - The operational status of the replicated bot generated.BotReplicaStatuspublic DeleteBotReplicaResult withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus - The operational status of the replicated bot generated.BotReplicaStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteBotReplicaResult clone()