@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateFlowVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFlowVersionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 A unique, case-sensitive identifier to ensure that the API request completes no more than one time. | 
| String | getDescription()
 A description of the version of the flow. | 
| String | getFlowIdentifier()
 The unique identifier of the flow that you want to create a version of. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 A unique, case-sensitive identifier to ensure that the API request completes no more than one time. | 
| void | setDescription(String description)
 A description of the version of the flow. | 
| void | setFlowIdentifier(String flowIdentifier)
 The unique identifier of the flow that you want to create a version of. | 
| String | toString()Returns a string representation of this object. | 
| CreateFlowVersionRequest | withClientToken(String clientToken)
 A unique, case-sensitive identifier to ensure that the API request completes no more than one time. | 
| CreateFlowVersionRequest | withDescription(String description)
 A description of the version of the flow. | 
| CreateFlowVersionRequest | withFlowIdentifier(String flowIdentifier)
 The unique identifier of the flow that you want to create a version of. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientToken(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.
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.public String getClientToken()
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.
public CreateFlowVersionRequest withClientToken(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.
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.public void setDescription(String description)
A description of the version of the flow.
description - A description of the version of the flow.public String getDescription()
A description of the version of the flow.
public CreateFlowVersionRequest withDescription(String description)
A description of the version of the flow.
description - A description of the version of the flow.public void setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that you want to create a version of.
flowIdentifier - The unique identifier of the flow that you want to create a version of.public String getFlowIdentifier()
The unique identifier of the flow that you want to create a version of.
public CreateFlowVersionRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that you want to create a version of.
flowIdentifier - The unique identifier of the flow that you want to create a version of.public String toString()
toString in class ObjectObject.toString()public CreateFlowVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()