@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotVersionReplicasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotVersionReplicasResult() |
Modifier and Type | Method and Description |
---|---|
ListBotVersionReplicasResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique ID of the bots in the list of replicated bots.
|
List<BotVersionReplicaSummary> |
getBotVersionReplicaSummaries()
The information summary used for the replicated bots in the list of replicated bots.
|
String |
getNextToken()
The next token used for the replicated bots in the list of replicated bots.
|
String |
getReplicaRegion()
The region used for the replicated bots in the list of replicated bots.
|
String |
getSourceRegion()
The source region used for the bots in the list of replicated bots.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique ID of the bots in the list of replicated bots.
|
void |
setBotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
|
void |
setNextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
|
void |
setReplicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
|
void |
setSourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
|
String |
toString()
Returns a string representation of this object.
|
ListBotVersionReplicasResult |
withBotId(String botId)
The unique ID of the bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
withBotVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
withBotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
withNextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
withReplicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
withSourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique ID of the bots in the list of replicated bots.
botId
- The unique ID of the bots in the list of replicated bots.public String getBotId()
The unique ID of the bots in the list of replicated bots.
public ListBotVersionReplicasResult withBotId(String botId)
The unique ID of the bots in the list of replicated bots.
botId
- The unique ID of the bots in the list of replicated bots.public void setSourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
sourceRegion
- The source region used for the bots in the list of replicated bots.public String getSourceRegion()
The source region used for the bots in the list of replicated bots.
public ListBotVersionReplicasResult withSourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
sourceRegion
- The source region used for the bots in the list of replicated bots.public void setReplicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
replicaRegion
- The region used for the replicated bots in the list of replicated bots.public String getReplicaRegion()
The region used for the replicated bots in the list of replicated bots.
public ListBotVersionReplicasResult withReplicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
replicaRegion
- The region used for the replicated bots in the list of replicated bots.public List<BotVersionReplicaSummary> getBotVersionReplicaSummaries()
The information summary used for the replicated bots in the list of replicated bots.
public void setBotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
botVersionReplicaSummaries
- The information summary used for the replicated bots in the list of replicated bots.public ListBotVersionReplicasResult withBotVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
NOTE: This method appends the values to the existing list (if any). Use
setBotVersionReplicaSummaries(java.util.Collection)
or
withBotVersionReplicaSummaries(java.util.Collection)
if you want to override the existing values.
botVersionReplicaSummaries
- The information summary used for the replicated bots in the list of replicated bots.public ListBotVersionReplicasResult withBotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
botVersionReplicaSummaries
- The information summary used for the replicated bots in the list of replicated bots.public void setNextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
nextToken
- The next token used for the replicated bots in the list of replicated bots.public String getNextToken()
The next token used for the replicated bots in the list of replicated bots.
public ListBotVersionReplicasResult withNextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
nextToken
- The next token used for the replicated bots in the list of replicated bots.public String toString()
toString
in class Object
Object.toString()
public ListBotVersionReplicasResult clone()