@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSyncExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSyncExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartSyncExecutionResult |
clone() |
boolean |
equals(Object obj) |
BillingDetails |
getBillingDetails()
An object that describes workflow billing details, including billed duration and memory use.
|
String |
getCause()
A more detailed explanation of the cause of the failure.
|
String |
getError()
The error code of the failure.
|
String |
getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
|
String |
getInput()
The string that contains the JSON input data of the execution.
|
CloudWatchEventsExecutionDataDetails |
getInputDetails() |
String |
getName()
The name of the execution.
|
String |
getOutput()
The JSON output data of the execution.
|
CloudWatchEventsExecutionDataDetails |
getOutputDetails() |
Date |
getStartDate()
The date the execution is started.
|
String |
getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
|
String |
getStatus()
The current status of the execution.
|
Date |
getStopDate()
If the execution has already ended, the date the execution stopped.
|
String |
getTraceHeader()
The AWS X-Ray trace header that was passed to the execution.
|
int |
hashCode() |
void |
setBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
void |
setCause(String cause)
A more detailed explanation of the cause of the failure.
|
void |
setError(String error)
The error code of the failure.
|
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
void |
setInput(String input)
The string that contains the JSON input data of the execution.
|
void |
setInputDetails(CloudWatchEventsExecutionDataDetails inputDetails) |
void |
setName(String name)
The name of the execution.
|
void |
setOutput(String output)
The JSON output data of the execution.
|
void |
setOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails) |
void |
setStartDate(Date startDate)
The date the execution is started.
|
void |
setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
void |
setStatus(String status)
The current status of the execution.
|
void |
setStopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
|
void |
setTraceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
|
String |
toString()
Returns a string representation of this object.
|
StartSyncExecutionResult |
withBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
StartSyncExecutionResult |
withCause(String cause)
A more detailed explanation of the cause of the failure.
|
StartSyncExecutionResult |
withError(String error)
The error code of the failure.
|
StartSyncExecutionResult |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartSyncExecutionResult |
withInput(String input)
The string that contains the JSON input data of the execution.
|
StartSyncExecutionResult |
withInputDetails(CloudWatchEventsExecutionDataDetails inputDetails) |
StartSyncExecutionResult |
withName(String name)
The name of the execution.
|
StartSyncExecutionResult |
withOutput(String output)
The JSON output data of the execution.
|
StartSyncExecutionResult |
withOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails) |
StartSyncExecutionResult |
withStartDate(Date startDate)
The date the execution is started.
|
StartSyncExecutionResult |
withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
StartSyncExecutionResult |
withStatus(String status)
The current status of the execution.
|
StartSyncExecutionResult |
withStatus(SyncExecutionStatus status)
The current status of the execution.
|
StartSyncExecutionResult |
withStopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
|
StartSyncExecutionResult |
withTraceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public String getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public StartSyncExecutionResult withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public void setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.public String getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public StartSyncExecutionResult withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.public void setName(String name)
The name of the execution.
name
- The name of the execution.public String getName()
The name of the execution.
public StartSyncExecutionResult withName(String name)
The name of the execution.
name
- The name of the execution.public void setStartDate(Date startDate)
The date the execution is started.
startDate
- The date the execution is started.public Date getStartDate()
The date the execution is started.
public StartSyncExecutionResult withStartDate(Date startDate)
The date the execution is started.
startDate
- The date the execution is started.public void setStopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
stopDate
- If the execution has already ended, the date the execution stopped.public Date getStopDate()
If the execution has already ended, the date the execution stopped.
public StartSyncExecutionResult withStopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
stopDate
- If the execution has already ended, the date the execution stopped.public void setStatus(String status)
The current status of the execution.
status
- The current status of the execution.SyncExecutionStatus
public String getStatus()
The current status of the execution.
SyncExecutionStatus
public StartSyncExecutionResult withStatus(String status)
The current status of the execution.
status
- The current status of the execution.SyncExecutionStatus
public StartSyncExecutionResult withStatus(SyncExecutionStatus status)
The current status of the execution.
status
- The current status of the execution.SyncExecutionStatus
public void setError(String error)
The error code of the failure.
error
- The error code of the failure.public String getError()
The error code of the failure.
public StartSyncExecutionResult withError(String error)
The error code of the failure.
error
- The error code of the failure.public void setCause(String cause)
A more detailed explanation of the cause of the failure.
cause
- A more detailed explanation of the cause of the failure.public String getCause()
A more detailed explanation of the cause of the failure.
public StartSyncExecutionResult withCause(String cause)
A more detailed explanation of the cause of the failure.
cause
- A more detailed explanation of the cause of the failure.public void setInput(String input)
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The string that contains the JSON input data of the execution. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.public String getInput()
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public StartSyncExecutionResult withInput(String input)
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The string that contains the JSON input data of the execution. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.public void setInputDetails(CloudWatchEventsExecutionDataDetails inputDetails)
inputDetails
- public CloudWatchEventsExecutionDataDetails getInputDetails()
public StartSyncExecutionResult withInputDetails(CloudWatchEventsExecutionDataDetails inputDetails)
inputDetails
- public void setOutput(String output)
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
This field is set only if the execution succeeds. If the execution fails, this field is null.
output
- The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as
bytes in UTF-8 encoding. This field is set only if the execution succeeds. If the execution fails, this field is null.
public String getOutput()
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
This field is set only if the execution succeeds. If the execution fails, this field is null.
This field is set only if the execution succeeds. If the execution fails, this field is null.
public StartSyncExecutionResult withOutput(String output)
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
This field is set only if the execution succeeds. If the execution fails, this field is null.
output
- The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as
bytes in UTF-8 encoding. This field is set only if the execution succeeds. If the execution fails, this field is null.
public void setOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails)
outputDetails
- public CloudWatchEventsExecutionDataDetails getOutputDetails()
public StartSyncExecutionResult withOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails)
outputDetails
- public void setTraceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
traceHeader
- The AWS X-Ray trace header that was passed to the execution.public String getTraceHeader()
The AWS X-Ray trace header that was passed to the execution.
public StartSyncExecutionResult withTraceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
traceHeader
- The AWS X-Ray trace header that was passed to the execution.public void setBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
billingDetails
- An object that describes workflow billing details, including billed duration and memory use.public BillingDetails getBillingDetails()
An object that describes workflow billing details, including billed duration and memory use.
public StartSyncExecutionResult withBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
billingDetails
- An object that describes workflow billing details, including billed duration and memory use.public String toString()
toString
in class Object
Object.toString()
public StartSyncExecutionResult clone()