/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the details of the WorkflowExecutionCanceled
* event.See Also:
AWS
* API Reference
The details of the cancellation.
*/ inline const Aws::String& GetDetails() const{ return m_details; } /** *The details of the cancellation.
*/ inline bool DetailsHasBeenSet() const { return m_detailsHasBeenSet; } /** *The details of the cancellation.
*/ inline void SetDetails(const Aws::String& value) { m_detailsHasBeenSet = true; m_details = value; } /** *The details of the cancellation.
*/ inline void SetDetails(Aws::String&& value) { m_detailsHasBeenSet = true; m_details = std::move(value); } /** *The details of the cancellation.
*/ inline void SetDetails(const char* value) { m_detailsHasBeenSet = true; m_details.assign(value); } /** *The details of the cancellation.
*/ inline WorkflowExecutionCanceledEventAttributes& WithDetails(const Aws::String& value) { SetDetails(value); return *this;} /** *The details of the cancellation.
*/ inline WorkflowExecutionCanceledEventAttributes& WithDetails(Aws::String&& value) { SetDetails(std::move(value)); return *this;} /** *The details of the cancellation.
*/ inline WorkflowExecutionCanceledEventAttributes& WithDetails(const char* value) { SetDetails(value); return *this;} /** *The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the CancelWorkflowExecution
decision
* for this cancellation request. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the CancelWorkflowExecution
decision
* for this cancellation request. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the CancelWorkflowExecution
decision
* for this cancellation request. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.
The ID of the DecisionTaskCompleted
event corresponding to the
* decision task that resulted in the CancelWorkflowExecution
decision
* for this cancellation request. This information can be useful for diagnosing
* problems by tracing back the chain of events leading up to this event.