Class CreateFlowVersionRequest
- 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.CreateFlowVersionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateFlowVersionRequest extends BedrockAgentRequest implements ToCopyableBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateFlowVersionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFlowVersionRequest.Builderbuilder()StringclientToken()A unique, case-sensitive identifier to ensure that the API request completes no more than one time.Stringdescription()A description of the version of the flow.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowIdentifier()The unique identifier of the flow that you want to create a version of.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateFlowVersionRequest.Builder>serializableBuilderClass()CreateFlowVersionRequest.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
-
clientToken
public final String clientToken()
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
- Returns:
- A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
-
description
public final String description()
A description of the version of the flow.
- Returns:
- A description of the version of the flow.
-
flowIdentifier
public final String flowIdentifier()
The unique identifier of the flow that you want to create a version of.
- Returns:
- The unique identifier of the flow that you want to create a version of.
-
toBuilder
public CreateFlowVersionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>- Specified by:
toBuilderin classBedrockAgentRequest
-
builder
public static CreateFlowVersionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateFlowVersionRequest.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
-
-