7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
10#include <aws/medical-imaging/model/ImageSetState.h>
11#include <aws/medical-imaging/model/ImageSetWorkflowStatus.h>
22namespace MedicalImaging {
44 template <
typename ImageSetIdT = Aws::String>
46 m_imageSetIdHasBeenSet =
true;
47 m_imageSetId = std::forward<ImageSetIdT>(value);
49 template <
typename ImageSetIdT = Aws::String>
62 template <
typename LatestVersionIdT = Aws::String>
64 m_latestVersionIdHasBeenSet =
true;
65 m_latestVersionId = std::forward<LatestVersionIdT>(value);
67 template <
typename LatestVersionIdT = Aws::String>
81 m_imageSetStateHasBeenSet =
true;
82 m_imageSetState = value;
97 m_imageSetWorkflowStatusHasBeenSet =
true;
98 m_imageSetWorkflowStatus = value;
112 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 m_createdAtHasBeenSet =
true;
115 m_createdAt = std::forward<CreatedAtT>(value);
117 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 template <
typename UpdatedAtT = Aws::Utils::DateTime>
133 m_updatedAtHasBeenSet =
true;
134 m_updatedAt = std::forward<UpdatedAtT>(value);
136 template <
typename UpdatedAtT = Aws::Utils::DateTime>
149 template <
typename ImageSetArnT = Aws::String>
151 m_imageSetArnHasBeenSet =
true;
152 m_imageSetArn = std::forward<ImageSetArnT>(value);
154 template <
typename ImageSetArnT = Aws::String>
174 bool m_imageSetIdHasBeenSet =
false;
175 bool m_latestVersionIdHasBeenSet =
false;
176 bool m_imageSetStateHasBeenSet =
false;
177 bool m_imageSetWorkflowStatusHasBeenSet =
false;
178 bool m_createdAtHasBeenSet =
false;
179 bool m_updatedAtHasBeenSet =
false;
180 bool m_imageSetArnHasBeenSet =
false;
const Aws::String & GetImageSetId() const
void SetImageSetState(ImageSetState value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetImageSetWorkflowStatus(ImageSetWorkflowStatus value)
bool UpdatedAtHasBeenSet() const
CopyDestinationImageSetProperties & WithImageSetId(ImageSetIdT &&value)
bool ImageSetWorkflowStatusHasBeenSet() const
bool ImageSetArnHasBeenSet() const
CopyDestinationImageSetProperties & WithImageSetState(ImageSetState value)
AWS_MEDICALIMAGING_API CopyDestinationImageSetProperties()=default
bool CreatedAtHasBeenSet() const
void SetLatestVersionId(LatestVersionIdT &&value)
void SetImageSetId(ImageSetIdT &&value)
CopyDestinationImageSetProperties & WithLatestVersionId(LatestVersionIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
ImageSetState GetImageSetState() const
const Aws::String & GetImageSetArn() const
CopyDestinationImageSetProperties & WithImageSetArn(ImageSetArnT &&value)
CopyDestinationImageSetProperties & WithCreatedAt(CreatedAtT &&value)
bool ImageSetStateHasBeenSet() const
bool LatestVersionIdHasBeenSet() const
AWS_MEDICALIMAGING_API CopyDestinationImageSetProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CopyDestinationImageSetProperties & WithUpdatedAt(UpdatedAtT &&value)
ImageSetWorkflowStatus GetImageSetWorkflowStatus() const
void SetImageSetArn(ImageSetArnT &&value)
AWS_MEDICALIMAGING_API CopyDestinationImageSetProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLatestVersionId() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool ImageSetIdHasBeenSet() const
CopyDestinationImageSetProperties & WithImageSetWorkflowStatus(ImageSetWorkflowStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue