/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details about the start of the execution.See Also:
* AWS
* API Reference
The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline const Aws::String& GetInput() const{ return m_input; } /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline bool InputHasBeenSet() const { return m_inputHasBeenSet; } /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline ExecutionStartedEventDetails& WithInput(const Aws::String& value) { SetInput(value); return *this;} /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline ExecutionStartedEventDetails& WithInput(Aws::String&& value) { SetInput(std::move(value)); return *this;} /** *The JSON data input to the execution. Length constraints apply to the payload * size, and are expressed as bytes in UTF-8 encoding.
*/ inline ExecutionStartedEventDetails& WithInput(const char* value) { SetInput(value); return *this;} /** *Contains details about the input for an execution history event.
*/ inline const HistoryEventExecutionDataDetails& GetInputDetails() const{ return m_inputDetails; } /** *Contains details about the input for an execution history event.
*/ inline bool InputDetailsHasBeenSet() const { return m_inputDetailsHasBeenSet; } /** *Contains details about the input for an execution history event.
*/ inline void SetInputDetails(const HistoryEventExecutionDataDetails& value) { m_inputDetailsHasBeenSet = true; m_inputDetails = value; } /** *Contains details about the input for an execution history event.
*/ inline void SetInputDetails(HistoryEventExecutionDataDetails&& value) { m_inputDetailsHasBeenSet = true; m_inputDetails = std::move(value); } /** *Contains details about the input for an execution history event.
*/ inline ExecutionStartedEventDetails& WithInputDetails(const HistoryEventExecutionDataDetails& value) { SetInputDetails(value); return *this;} /** *Contains details about the input for an execution history event.
*/ inline ExecutionStartedEventDetails& WithInputDetails(HistoryEventExecutionDataDetails&& value) { SetInputDetails(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; } /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); } /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline ExecutionStartedEventDetails& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline ExecutionStartedEventDetails& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the IAM role used for executing Lambda * tasks.
*/ inline ExecutionStartedEventDetails& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline const Aws::String& GetStateMachineAliasArn() const{ return m_stateMachineAliasArn; } /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline bool StateMachineAliasArnHasBeenSet() const { return m_stateMachineAliasArnHasBeenSet; } /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline void SetStateMachineAliasArn(const Aws::String& value) { m_stateMachineAliasArnHasBeenSet = true; m_stateMachineAliasArn = value; } /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline void SetStateMachineAliasArn(Aws::String&& value) { m_stateMachineAliasArnHasBeenSet = true; m_stateMachineAliasArn = std::move(value); } /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline void SetStateMachineAliasArn(const char* value) { m_stateMachineAliasArnHasBeenSet = true; m_stateMachineAliasArn.assign(value); } /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineAliasArn(const Aws::String& value) { SetStateMachineAliasArn(value); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineAliasArn(Aws::String&& value) { SetStateMachineAliasArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine alias used for * starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineAliasArn(const char* value) { SetStateMachineAliasArn(value); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline const Aws::String& GetStateMachineVersionArn() const{ return m_stateMachineVersionArn; } /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline bool StateMachineVersionArnHasBeenSet() const { return m_stateMachineVersionArnHasBeenSet; } /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline void SetStateMachineVersionArn(const Aws::String& value) { m_stateMachineVersionArnHasBeenSet = true; m_stateMachineVersionArn = value; } /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline void SetStateMachineVersionArn(Aws::String&& value) { m_stateMachineVersionArnHasBeenSet = true; m_stateMachineVersionArn = std::move(value); } /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline void SetStateMachineVersionArn(const char* value) { m_stateMachineVersionArnHasBeenSet = true; m_stateMachineVersionArn.assign(value); } /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineVersionArn(const Aws::String& value) { SetStateMachineVersionArn(value); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineVersionArn(Aws::String&& value) { SetStateMachineVersionArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) that identifies a state machine version used * for starting the state machine execution.
*/ inline ExecutionStartedEventDetails& WithStateMachineVersionArn(const char* value) { SetStateMachineVersionArn(value); return *this;} private: Aws::String m_input; bool m_inputHasBeenSet = false; HistoryEventExecutionDataDetails m_inputDetails; bool m_inputDetailsHasBeenSet = false; Aws::String m_roleArn; bool m_roleArnHasBeenSet = false; Aws::String m_stateMachineAliasArn; bool m_stateMachineAliasArnHasBeenSet = false; Aws::String m_stateMachineVersionArn; bool m_stateMachineVersionArnHasBeenSet = false; }; } // namespace Model } // namespace SFN } // namespace Aws