7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SsmExecutionArnT = Aws::String>
48 void SetSsmExecutionArn(SsmExecutionArnT&& value) { m_ssmExecutionArnHasBeenSet =
true; m_ssmExecutionArn = std::forward<SsmExecutionArnT>(value); }
49 template<
typename SsmExecutionArnT = Aws::String>
55 bool m_ssmExecutionArnHasBeenSet =
false;
AWS_SSMINCIDENTS_API AutomationExecution()=default
AWS_SSMINCIDENTS_API AutomationExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomationExecution & WithSsmExecutionArn(SsmExecutionArnT &&value)
const Aws::String & GetSsmExecutionArn() const
bool SsmExecutionArnHasBeenSet() const
AWS_SSMINCIDENTS_API AutomationExecution(Aws::Utils::Json::JsonView jsonValue)
void SetSsmExecutionArn(SsmExecutionArnT &&value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue