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/ChildPolicy.h

33 lines
624 B
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>
namespace Aws
{
namespace SWF
{
namespace Model
{
enum class ChildPolicy
{
NOT_SET,
TERMINATE,
REQUEST_CANCEL,
ABANDON
};
namespace ChildPolicyMapper
{
AWS_SWF_API ChildPolicy GetChildPolicyForName(const Aws::String& name);
AWS_SWF_API Aws::String GetNameForChildPolicy(ChildPolicy value);
} // namespace ChildPolicyMapper
} // namespace Model
} // namespace SWF
} // namespace Aws