/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace MedicalImaging { namespace Model { /** *

Copy source image set properties.

See Also:

AWS * API Reference

*/ class CopySourceImageSetProperties { public: AWS_MEDICALIMAGING_API CopySourceImageSetProperties(); AWS_MEDICALIMAGING_API CopySourceImageSetProperties(Aws::Utils::Json::JsonView jsonValue); AWS_MEDICALIMAGING_API CopySourceImageSetProperties& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The image set identifier for the copied source image set.

*/ inline const Aws::String& GetImageSetId() const{ return m_imageSetId; } /** *

The image set identifier for the copied source image set.

*/ inline bool ImageSetIdHasBeenSet() const { return m_imageSetIdHasBeenSet; } /** *

The image set identifier for the copied source image set.

*/ inline void SetImageSetId(const Aws::String& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = value; } /** *

The image set identifier for the copied source image set.

*/ inline void SetImageSetId(Aws::String&& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = std::move(value); } /** *

The image set identifier for the copied source image set.

*/ inline void SetImageSetId(const char* value) { m_imageSetIdHasBeenSet = true; m_imageSetId.assign(value); } /** *

The image set identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetId(const Aws::String& value) { SetImageSetId(value); return *this;} /** *

The image set identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetId(Aws::String&& value) { SetImageSetId(std::move(value)); return *this;} /** *

The image set identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetId(const char* value) { SetImageSetId(value); return *this;} /** *

The latest version identifier for the copied source image set.

*/ inline const Aws::String& GetLatestVersionId() const{ return m_latestVersionId; } /** *

The latest version identifier for the copied source image set.

*/ inline bool LatestVersionIdHasBeenSet() const { return m_latestVersionIdHasBeenSet; } /** *

The latest version identifier for the copied source image set.

*/ inline void SetLatestVersionId(const Aws::String& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = value; } /** *

The latest version identifier for the copied source image set.

*/ inline void SetLatestVersionId(Aws::String&& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = std::move(value); } /** *

The latest version identifier for the copied source image set.

*/ inline void SetLatestVersionId(const char* value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId.assign(value); } /** *

The latest version identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithLatestVersionId(const Aws::String& value) { SetLatestVersionId(value); return *this;} /** *

The latest version identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithLatestVersionId(Aws::String&& value) { SetLatestVersionId(std::move(value)); return *this;} /** *

The latest version identifier for the copied source image set.

*/ inline CopySourceImageSetProperties& WithLatestVersionId(const char* value) { SetLatestVersionId(value); return *this;} /** *

The image set state of the copied source image set.

*/ inline const ImageSetState& GetImageSetState() const{ return m_imageSetState; } /** *

The image set state of the copied source image set.

*/ inline bool ImageSetStateHasBeenSet() const { return m_imageSetStateHasBeenSet; } /** *

The image set state of the copied source image set.

*/ inline void SetImageSetState(const ImageSetState& value) { m_imageSetStateHasBeenSet = true; m_imageSetState = value; } /** *

The image set state of the copied source image set.

*/ inline void SetImageSetState(ImageSetState&& value) { m_imageSetStateHasBeenSet = true; m_imageSetState = std::move(value); } /** *

The image set state of the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetState(const ImageSetState& value) { SetImageSetState(value); return *this;} /** *

The image set state of the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetState(ImageSetState&& value) { SetImageSetState(std::move(value)); return *this;} /** *

The workflow status of the copied source image set.

*/ inline const ImageSetWorkflowStatus& GetImageSetWorkflowStatus() const{ return m_imageSetWorkflowStatus; } /** *

The workflow status of the copied source image set.

*/ inline bool ImageSetWorkflowStatusHasBeenSet() const { return m_imageSetWorkflowStatusHasBeenSet; } /** *

The workflow status of the copied source image set.

*/ inline void SetImageSetWorkflowStatus(const ImageSetWorkflowStatus& value) { m_imageSetWorkflowStatusHasBeenSet = true; m_imageSetWorkflowStatus = value; } /** *

The workflow status of the copied source image set.

*/ inline void SetImageSetWorkflowStatus(ImageSetWorkflowStatus&& value) { m_imageSetWorkflowStatusHasBeenSet = true; m_imageSetWorkflowStatus = std::move(value); } /** *

The workflow status of the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetWorkflowStatus(const ImageSetWorkflowStatus& value) { SetImageSetWorkflowStatus(value); return *this;} /** *

The workflow status of the copied source image set.

*/ inline CopySourceImageSetProperties& WithImageSetWorkflowStatus(ImageSetWorkflowStatus&& value) { SetImageSetWorkflowStatus(std::move(value)); return *this;} /** *

The timestamp when the source image set properties were created.

*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *

The timestamp when the source image set properties were created.

*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *

The timestamp when the source image set properties were created.

*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *

The timestamp when the source image set properties were created.

*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *

The timestamp when the source image set properties were created.

*/ inline CopySourceImageSetProperties& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *

The timestamp when the source image set properties were created.

*/ inline CopySourceImageSetProperties& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *

The timestamp when the source image set properties were updated.

*/ inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; } /** *

The timestamp when the source image set properties were updated.

*/ inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; } /** *

The timestamp when the source image set properties were updated.

*/ inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; } /** *

The timestamp when the source image set properties were updated.

*/ inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); } /** *

The timestamp when the source image set properties were updated.

*/ inline CopySourceImageSetProperties& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;} /** *

The timestamp when the source image set properties were updated.

*/ inline CopySourceImageSetProperties& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline const Aws::String& GetImageSetArn() const{ return m_imageSetArn; } /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline bool ImageSetArnHasBeenSet() const { return m_imageSetArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline void SetImageSetArn(const Aws::String& value) { m_imageSetArnHasBeenSet = true; m_imageSetArn = value; } /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline void SetImageSetArn(Aws::String&& value) { m_imageSetArnHasBeenSet = true; m_imageSetArn = std::move(value); } /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline void SetImageSetArn(const char* value) { m_imageSetArnHasBeenSet = true; m_imageSetArn.assign(value); } /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline CopySourceImageSetProperties& WithImageSetArn(const Aws::String& value) { SetImageSetArn(value); return *this;} /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline CopySourceImageSetProperties& WithImageSetArn(Aws::String&& value) { SetImageSetArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) assigned to the source image set.

*/ inline CopySourceImageSetProperties& WithImageSetArn(const char* value) { SetImageSetArn(value); return *this;} private: Aws::String m_imageSetId; bool m_imageSetIdHasBeenSet = false; Aws::String m_latestVersionId; bool m_latestVersionIdHasBeenSet = false; ImageSetState m_imageSetState; bool m_imageSetStateHasBeenSet = false; ImageSetWorkflowStatus m_imageSetWorkflowStatus; bool m_imageSetWorkflowStatusHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; Aws::Utils::DateTime m_updatedAt; bool m_updatedAtHasBeenSet = false; Aws::String m_imageSetArn; bool m_imageSetArnHasBeenSet = false; }; } // namespace Model } // namespace MedicalImaging } // namespace Aws