@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBotReplicaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBotReplicaResult() |
Modifier and Type | Method and Description |
---|---|
CreateBotReplicaResult |
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.
|
Date |
getCreationDateTime()
The creation date and time of the replicated bot generated.
|
String |
getReplicaRegion()
The region of the replicated bot generated.
|
String |
getSourceRegion()
The source region for the source bot used for 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 |
setCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot generated.
|
void |
setReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
|
void |
setSourceRegion(String sourceRegion)
The source region for the source bot used for the replicated bot generated.
|
String |
toString()
Returns a string representation of this object.
|
CreateBotReplicaResult |
withBotId(String botId)
The unique bot ID of the replicated bot generated.
|
CreateBotReplicaResult |
withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot generated.
|
CreateBotReplicaResult |
withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
|
CreateBotReplicaResult |
withCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot generated.
|
CreateBotReplicaResult |
withReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
|
CreateBotReplicaResult |
withSourceRegion(String sourceRegion)
The source region for the source bot used for 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 CreateBotReplicaResult 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 CreateBotReplicaResult withReplicaRegion(String replicaRegion)
The region of the replicated bot generated.
replicaRegion
- The region of the replicated bot generated.public void setSourceRegion(String sourceRegion)
The source region for the source bot used for the replicated bot generated.
sourceRegion
- The source region for the source bot used for the replicated bot generated.public String getSourceRegion()
The source region for the source bot used for the replicated bot generated.
public CreateBotReplicaResult withSourceRegion(String sourceRegion)
The source region for the source bot used for the replicated bot generated.
sourceRegion
- The source region for the source bot used for the replicated bot generated.public void setCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot generated.
creationDateTime
- The creation date and time of the replicated bot generated.public Date getCreationDateTime()
The creation date and time of the replicated bot generated.
public CreateBotReplicaResult withCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot generated.
creationDateTime
- The creation date and time 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 CreateBotReplicaResult withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot generated.
botReplicaStatus
- The operational status of the replicated bot generated.BotReplicaStatus
public CreateBotReplicaResult 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 CreateBotReplicaResult clone()