@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotReplicasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotReplicasResult() |
Modifier and Type | Method and Description |
---|---|
ListBotReplicasResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
the unique bot IDs in the list of replicated bots.
|
List<BotReplicaSummary> |
getBotReplicaSummaries()
The summary details for the replicated bots.
|
String |
getSourceRegion()
The source region of the source bots in the list of replicated bots.
|
int |
hashCode() |
void |
setBotId(String botId)
the unique bot IDs in the list of replicated bots.
|
void |
setBotReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)
The summary details for the replicated bots.
|
void |
setSourceRegion(String sourceRegion)
The source region of the source bots in the list of replicated bots.
|
String |
toString()
Returns a string representation of this object.
|
ListBotReplicasResult |
withBotId(String botId)
the unique bot IDs in the list of replicated bots.
|
ListBotReplicasResult |
withBotReplicaSummaries(BotReplicaSummary... botReplicaSummaries)
The summary details for the replicated bots.
|
ListBotReplicasResult |
withBotReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)
The summary details for the replicated bots.
|
ListBotReplicasResult |
withSourceRegion(String sourceRegion)
The source region of the source bots in the list of replicated bots.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
the unique bot IDs in the list of replicated bots.
botId
- the unique bot IDs in the list of replicated bots.public String getBotId()
the unique bot IDs in the list of replicated bots.
public ListBotReplicasResult withBotId(String botId)
the unique bot IDs in the list of replicated bots.
botId
- the unique bot IDs in the list of replicated bots.public void setSourceRegion(String sourceRegion)
The source region of the source bots in the list of replicated bots.
sourceRegion
- The source region of the source bots in the list of replicated bots.public String getSourceRegion()
The source region of the source bots in the list of replicated bots.
public ListBotReplicasResult withSourceRegion(String sourceRegion)
The source region of the source bots in the list of replicated bots.
sourceRegion
- The source region of the source bots in the list of replicated bots.public List<BotReplicaSummary> getBotReplicaSummaries()
The summary details for the replicated bots.
public void setBotReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)
The summary details for the replicated bots.
botReplicaSummaries
- The summary details for the replicated bots.public ListBotReplicasResult withBotReplicaSummaries(BotReplicaSummary... botReplicaSummaries)
The summary details for the replicated bots.
NOTE: This method appends the values to the existing list (if any). Use
setBotReplicaSummaries(java.util.Collection)
or withBotReplicaSummaries(java.util.Collection)
if you want to override the existing values.
botReplicaSummaries
- The summary details for the replicated bots.public ListBotReplicasResult withBotReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)
The summary details for the replicated bots.
botReplicaSummaries
- The summary details for the replicated bots.public String toString()
toString
in class Object
Object.toString()
public ListBotReplicasResult clone()