/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace AppStream { namespace Model { enum class ImageBuilderState { NOT_SET, PENDING, UPDATING_AGENT, RUNNING, STOPPING, STOPPED, REBOOTING, SNAPSHOTTING, DELETING, FAILED, UPDATING, PENDING_QUALIFICATION }; namespace ImageBuilderStateMapper { AWS_APPSTREAM_API ImageBuilderState GetImageBuilderStateForName(const Aws::String& name); AWS_APPSTREAM_API Aws::String GetNameForImageBuilderState(ImageBuilderState value); } // namespace ImageBuilderStateMapper } // namespace Model } // namespace AppStream } // namespace Aws