@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, setSdkResponseMetadata
public 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.BotReplicaStatus
public String getBotReplicaStatus()
The operational status of the replicated bot generated.
BotReplicaStatus
public DeleteBotReplicaResult withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus
- The operational status of the replicated bot generated.BotReplicaStatus
public DeleteBotReplicaResult withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus
- The operational status of the replicated bot generated.BotReplicaStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteBotReplicaResult clone()