@Generated(value="software.amazon.awssdk:codegen") public final class ParentBotNetwork extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParentBotNetwork.Builder,ParentBotNetwork>
A network of bots.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParentBotNetwork.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the network of bots assigned by Amazon Lex.
|
String |
botVersion()
The version of the network of bots.
|
static ParentBotNetwork.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParentBotNetwork.Builder> |
serializableBuilderClass() |
ParentBotNetwork.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the network of bots assigned by Amazon Lex.
public final String botVersion()
The version of the network of bots.
public ParentBotNetwork.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParentBotNetwork.Builder,ParentBotNetwork>public static ParentBotNetwork.Builder builder()
public static Class<? extends ParentBotNetwork.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.