7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/model/ImageSetState.h>
10#include <aws/medical-imaging/model/ImageSetWorkflowStatus.h>
11#include <aws/core/utils/DateTime.h>
24namespace MedicalImaging
50 template<
typename ImageSetIdT = Aws::String>
51 void SetImageSetId(ImageSetIdT&& value) { m_imageSetIdHasBeenSet =
true; m_imageSetId = std::forward<ImageSetIdT>(value); }
52 template<
typename ImageSetIdT = Aws::String>
62 template<
typename LatestVersionIdT = Aws::String>
63 void SetLatestVersionId(LatestVersionIdT&& value) { m_latestVersionIdHasBeenSet =
true; m_latestVersionId = std::forward<LatestVersionIdT>(value); }
64 template<
typename LatestVersionIdT = Aws::String>
94 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 template<
typename UpdatedAtT = Aws::Utils::DateTime>
108 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
109 template<
typename UpdatedAtT = Aws::Utils::DateTime>
119 template<
typename ImageSetArnT = Aws::String>
120 void SetImageSetArn(ImageSetArnT&& value) { m_imageSetArnHasBeenSet =
true; m_imageSetArn = std::forward<ImageSetArnT>(value); }
121 template<
typename ImageSetArnT = Aws::String>
127 bool m_imageSetIdHasBeenSet =
false;
130 bool m_latestVersionIdHasBeenSet =
false;
133 bool m_imageSetStateHasBeenSet =
false;
136 bool m_imageSetWorkflowStatusHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
142 bool m_updatedAtHasBeenSet =
false;
145 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