Class StartWorkflowRunRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest
-
- software.amazon.awssdk.services.codecatalyst.model.StartWorkflowRunRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartWorkflowRunRequest extends CodeCatalystRequest implements ToCopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartWorkflowRunRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartWorkflowRunRequest.Builderbuilder()StringclientToken()A user-specified idempotency token.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprojectName()The name of the project in the space.List<SdkField<?>>sdkFields()static Class<? extends StartWorkflowRunRequest.Builder>serializableBuilderClass()StringspaceName()The name of the space.StartWorkflowRunRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowId()The system-generated unique ID of the workflow.-
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
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
projectName
public final String projectName()
The name of the project in the space.
- Returns:
- The name of the project in the space.
-
workflowId
public final String workflowId()
The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.
- Returns:
- The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.
-
clientToken
public final String clientToken()
A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
- Returns:
- A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
-
toBuilder
public StartWorkflowRunRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>- Specified by:
toBuilderin classCodeCatalystRequest
-
builder
public static StartWorkflowRunRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartWorkflowRunRequest.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
-
-