@Generated(value="software.amazon.awssdk:codegen") public final class StartSyncExecutionRequest extends SfnRequest implements ToCopyableBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSyncExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartSyncExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The string that contains the JSON input data for the execution, for example:
|
String |
name()
The name of the execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSyncExecutionRequest.Builder> |
serializableBuilderClass() |
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartSyncExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
traceHeader()
Passes the AWS X-Ray trace header.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stateMachineArn()
The Amazon Resource Name (ARN) of the state machine to execute.
public final String name()
The name of the execution.
public final String input()
The string that contains the JSON input data for the execution, for example:
"input": "{\"first_name\" : \"test\"}"
If you don't include any JSON input data, you still must include the two braces, for example:
"input": "{}"
Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
"input": "{\"first_name\" : \"test\"}"
If you don't include any JSON input data, you still must include the two braces, for example:
"input": "{}"
Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final String traceHeader()
Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.
public StartSyncExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>toBuilder in class SfnRequestpublic static StartSyncExecutionRequest.Builder builder()
public static Class<? extends StartSyncExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.