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