@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotReplicaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeBotReplicaResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBotReplicaResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique bot ID of the replicated bot being monitored.
|
String |
getBotReplicaStatus()
The operational status of the replicated bot being monitored.
|
Date |
getCreationDateTime()
The creation date and time of the replicated bot being monitored.
|
List<String> |
getFailureReasons()
The failure reasons the bot being monitored failed to replicate.
|
String |
getReplicaRegion()
The region of the replicated bot being monitored.
|
String |
getSourceRegion()
The source region of the replicated bot being monitored.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique bot ID of the replicated bot being monitored.
|
void |
setBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot being monitored.
|
void |
setCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot being monitored.
|
void |
setFailureReasons(Collection<String> failureReasons)
The failure reasons the bot being monitored failed to replicate.
|
void |
setReplicaRegion(String replicaRegion)
The region of the replicated bot being monitored.
|
void |
setSourceRegion(String sourceRegion)
The source region of the replicated bot being monitored.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotReplicaResult |
withBotId(String botId)
The unique bot ID of the replicated bot being monitored.
|
DescribeBotReplicaResult |
withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot being monitored.
|
DescribeBotReplicaResult |
withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot being monitored.
|
DescribeBotReplicaResult |
withCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot being monitored.
|
DescribeBotReplicaResult |
withFailureReasons(Collection<String> failureReasons)
The failure reasons the bot being monitored failed to replicate.
|
DescribeBotReplicaResult |
withFailureReasons(String... failureReasons)
The failure reasons the bot being monitored failed to replicate.
|
DescribeBotReplicaResult |
withReplicaRegion(String replicaRegion)
The region of the replicated bot being monitored.
|
DescribeBotReplicaResult |
withSourceRegion(String sourceRegion)
The source region of the replicated bot being monitored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique bot ID of the replicated bot being monitored.
botId
- The unique bot ID of the replicated bot being monitored.public String getBotId()
The unique bot ID of the replicated bot being monitored.
public DescribeBotReplicaResult withBotId(String botId)
The unique bot ID of the replicated bot being monitored.
botId
- The unique bot ID of the replicated bot being monitored.public void setReplicaRegion(String replicaRegion)
The region of the replicated bot being monitored.
replicaRegion
- The region of the replicated bot being monitored.public String getReplicaRegion()
The region of the replicated bot being monitored.
public DescribeBotReplicaResult withReplicaRegion(String replicaRegion)
The region of the replicated bot being monitored.
replicaRegion
- The region of the replicated bot being monitored.public void setSourceRegion(String sourceRegion)
The source region of the replicated bot being monitored.
sourceRegion
- The source region of the replicated bot being monitored.public String getSourceRegion()
The source region of the replicated bot being monitored.
public DescribeBotReplicaResult withSourceRegion(String sourceRegion)
The source region of the replicated bot being monitored.
sourceRegion
- The source region of the replicated bot being monitored.public void setCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot being monitored.
creationDateTime
- The creation date and time of the replicated bot being monitored.public Date getCreationDateTime()
The creation date and time of the replicated bot being monitored.
public DescribeBotReplicaResult withCreationDateTime(Date creationDateTime)
The creation date and time of the replicated bot being monitored.
creationDateTime
- The creation date and time of the replicated bot being monitored.public void setBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot being monitored.
botReplicaStatus
- The operational status of the replicated bot being monitored.BotReplicaStatus
public String getBotReplicaStatus()
The operational status of the replicated bot being monitored.
BotReplicaStatus
public DescribeBotReplicaResult withBotReplicaStatus(String botReplicaStatus)
The operational status of the replicated bot being monitored.
botReplicaStatus
- The operational status of the replicated bot being monitored.BotReplicaStatus
public DescribeBotReplicaResult withBotReplicaStatus(BotReplicaStatus botReplicaStatus)
The operational status of the replicated bot being monitored.
botReplicaStatus
- The operational status of the replicated bot being monitored.BotReplicaStatus
public List<String> getFailureReasons()
The failure reasons the bot being monitored failed to replicate.
public void setFailureReasons(Collection<String> failureReasons)
The failure reasons the bot being monitored failed to replicate.
failureReasons
- The failure reasons the bot being monitored failed to replicate.public DescribeBotReplicaResult withFailureReasons(String... failureReasons)
The failure reasons the bot being monitored failed to replicate.
NOTE: This method appends the values to the existing list (if any). Use
setFailureReasons(java.util.Collection)
or withFailureReasons(java.util.Collection)
if you want
to override the existing values.
failureReasons
- The failure reasons the bot being monitored failed to replicate.public DescribeBotReplicaResult withFailureReasons(Collection<String> failureReasons)
The failure reasons the bot being monitored failed to replicate.
failureReasons
- The failure reasons the bot being monitored failed to replicate.public String toString()
toString
in class Object
Object.toString()
public DescribeBotReplicaResult clone()