Class ListAgentCollaboratorsRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest
software.amazon.awssdk.services.bedrockagent.model.ListAgentCollaboratorsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest>
@Generated("software.amazon.awssdk:codegen")
public final class ListAgentCollaboratorsRequest
extends BedrockAgentRequest
implements ToCopyableBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringagentId()The agent's ID.final StringThe agent's version.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of agent collaborators to return in one page of results.final StringSpecify the pagination token from a previous request to retrieve the next page of results.static Class<? extends ListAgentCollaboratorsRequest.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
-
agentId
The agent's ID.
- Returns:
- The agent's ID.
-
agentVersion
The agent's version.
- Returns:
- The agent's version.
-
maxResults
The maximum number of agent collaborators to return in one page of results.
- Returns:
- The maximum number of agent collaborators to return in one page of results.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Returns:
- Specify the pagination token from a previous request to retrieve the next page of results.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAgentCollaboratorsRequest.Builder,ListAgentCollaboratorsRequest> - Specified by:
toBuilderin classBedrockAgentRequest
-
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
-