Class ListBotVersionReplicasRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request
-
- software.amazon.awssdk.services.lexmodelsv2.model.ListBotVersionReplicasRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBotVersionReplicasRequest extends LexModelsV2Request implements ToCopyableBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBotVersionReplicasRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotId()The request for the unique ID in the list of replicated bots.static ListBotVersionReplicasRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum results given in the list of replicated bots.StringnextToken()The next token given in the list of replicated bots.StringreplicaRegion()The request for the region used in the list of replicated bots.List<SdkField<?>>sdkFields()static Class<? extends ListBotVersionReplicasRequest.Builder>serializableBuilderClass()BotVersionReplicaSortBysortBy()The requested sort category for the list of replicated bots.ListBotVersionReplicasRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
botId
public final String botId()
The request for the unique ID in the list of replicated bots.
- Returns:
- The request for the unique ID in the list of replicated bots.
-
replicaRegion
public final String replicaRegion()
The request for the region used in the list of replicated bots.
- Returns:
- The request for the region used in the list of replicated bots.
-
maxResults
public final Integer maxResults()
The maximum results given in the list of replicated bots.
- Returns:
- The maximum results given in the list of replicated bots.
-
nextToken
public final String nextToken()
The next token given in the list of replicated bots.
- Returns:
- The next token given in the list of replicated bots.
-
sortBy
public final BotVersionReplicaSortBy sortBy()
The requested sort category for the list of replicated bots.
- Returns:
- The requested sort category for the list of replicated bots.
-
toBuilder
public ListBotVersionReplicasRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBotVersionReplicasRequest.Builder,ListBotVersionReplicasRequest>- Specified by:
toBuilderin classLexModelsV2Request
-
builder
public static ListBotVersionReplicasRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBotVersionReplicasRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-