Class ListActorsRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest
software.amazon.awssdk.services.bedrockagentcore.model.ListActorsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListActorsRequest.Builder,ListActorsRequest>
@Generated("software.amazon.awssdk:codegen")
public final class ListActorsRequest
extends BedrockAgentCoreRequest
implements ToCopyableBuilder<ListActorsRequest.Builder,ListActorsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ListActorsRequest.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of results to return in a single call.final StringmemoryId()The identifier of the AgentCore Memory resource for which to list actors.final StringThe token for the next set of results.static Class<? extends ListActorsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
memoryId
The identifier of the AgentCore Memory resource for which to list actors.
- Returns:
- The identifier of the AgentCore Memory resource for which to list actors.
-
maxResults
The maximum number of results to return in a single call. The default value is 20.
- Returns:
- The maximum number of results to return in a single call. The default value is 20.
-
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Returns:
- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListActorsRequest.Builder,ListActorsRequest> - Specified by:
toBuilderin classBedrockAgentCoreRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-