Class ListEventsRequest
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.ListEventsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEventsRequest.Builder,ListEventsRequest>
@Generated("software.amazon.awssdk:codegen")
public final class ListEventsRequest
extends BedrockAgentCoreRequest
implements ToCopyableBuilder<ListEventsRequest.Builder,ListEventsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringactorId()The identifier of the actor for which to list events.static ListEventsRequest.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final FilterInputfilter()Filter criteria to apply when listing events.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanSpecifies whether to include event payloads in the response.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 events.final StringThe token for the next set of results.static Class<? extends ListEventsRequest.Builder>final StringThe identifier of the session for which to list events.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 events.
- Returns:
- The identifier of the AgentCore Memory resource for which to list events.
-
sessionId
The identifier of the session for which to list events.
- Returns:
- The identifier of the session for which to list events.
-
actorId
The identifier of the actor for which to list events.
- Returns:
- The identifier of the actor for which to list events.
-
includePayloads
Specifies whether to include event payloads in the response. Set to true to include payloads, or false to exclude them.
- Returns:
- Specifies whether to include event payloads in the response. Set to true to include payloads, or false to exclude them.
-
filter
Filter criteria to apply when listing events.
- Returns:
- Filter criteria to apply when listing events.
-
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<ListEventsRequest.Builder,ListEventsRequest> - 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
-