This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-swf/include/aws/swf/model/RequestCancelActivityTaskFailedEventAttributes.h

209 lines
9.2 KiB
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/swf/SWF_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/swf/model/RequestCancelActivityTaskFailedCause.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace SWF
{
namespace Model
{
/**
* <p>Provides the details of the <code>RequestCancelActivityTaskFailed</code>
* event.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/swf-2012-01-25/RequestCancelActivityTaskFailedEventAttributes">AWS
* API Reference</a></p>
*/
class AWS_SWF_API RequestCancelActivityTaskFailedEventAttributes
{
public:
RequestCancelActivityTaskFailedEventAttributes();
RequestCancelActivityTaskFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue);
RequestCancelActivityTaskFailedEventAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
Aws::Utils::Json::JsonValue Jsonize() const;
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline const Aws::String& GetActivityId() const{ return m_activityId; }
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline bool ActivityIdHasBeenSet() const { return m_activityIdHasBeenSet; }
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline void SetActivityId(const Aws::String& value) { m_activityIdHasBeenSet = true; m_activityId = value; }
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline void SetActivityId(Aws::String&& value) { m_activityIdHasBeenSet = true; m_activityId = std::move(value); }
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline void SetActivityId(const char* value) { m_activityIdHasBeenSet = true; m_activityId.assign(value); }
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithActivityId(const Aws::String& value) { SetActivityId(value); return *this;}
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithActivityId(Aws::String&& value) { SetActivityId(std::move(value)); return *this;}
/**
* <p>The activityId provided in the <code>RequestCancelActivityTask</code>
* decision that failed.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithActivityId(const char* value) { SetActivityId(value); return *this;}
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline const RequestCancelActivityTaskFailedCause& GetCause() const{ return m_cause; }
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline bool CauseHasBeenSet() const { return m_causeHasBeenSet; }
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline void SetCause(const RequestCancelActivityTaskFailedCause& value) { m_causeHasBeenSet = true; m_cause = value; }
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline void SetCause(RequestCancelActivityTaskFailedCause&& value) { m_causeHasBeenSet = true; m_cause = std::move(value); }
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithCause(const RequestCancelActivityTaskFailedCause& value) { SetCause(value); return *this;}
/**
* <p>The cause of the failure. This information is generated by the system and can
* be useful for diagnostic purposes.</p> <p>If <code>cause</code> is set to
* <code>OPERATION_NOT_PERMITTED</code>, the decision failed because it lacked
* sufficient permissions. For details and example IAM policies, see <a
* href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using
* IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer
* Guide</i>.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithCause(RequestCancelActivityTaskFailedCause&& value) { SetCause(std::move(value)); return *this;}
/**
* <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the
* decision task that resulted in the <code>RequestCancelActivityTask</code>
* 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.</p>
*/
inline long long GetDecisionTaskCompletedEventId() const{ return m_decisionTaskCompletedEventId; }
/**
* <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the
* decision task that resulted in the <code>RequestCancelActivityTask</code>
* 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.</p>
*/
inline bool DecisionTaskCompletedEventIdHasBeenSet() const { return m_decisionTaskCompletedEventIdHasBeenSet; }
/**
* <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the
* decision task that resulted in the <code>RequestCancelActivityTask</code>
* 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.</p>
*/
inline void SetDecisionTaskCompletedEventId(long long value) { m_decisionTaskCompletedEventIdHasBeenSet = true; m_decisionTaskCompletedEventId = value; }
/**
* <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the
* decision task that resulted in the <code>RequestCancelActivityTask</code>
* 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.</p>
*/
inline RequestCancelActivityTaskFailedEventAttributes& WithDecisionTaskCompletedEventId(long long value) { SetDecisionTaskCompletedEventId(value); return *this;}
private:
Aws::String m_activityId;
bool m_activityIdHasBeenSet;
RequestCancelActivityTaskFailedCause m_cause;
bool m_causeHasBeenSet;
long long m_decisionTaskCompletedEventId;
bool m_decisionTaskCompletedEventIdHasBeenSet;
};
} // namespace Model
} // namespace SWF
} // namespace Aws