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
51 inline void SetImageSetId(
const char* value) { m_imageSetIdHasBeenSet =
true; m_imageSetId.assign(value); }
65 inline void SetLatestVersionId(
const char* value) { m_latestVersionIdHasBeenSet =
true; m_latestVersionId.assign(value); }
127 inline void SetImageSetArn(
const char* value) { m_imageSetArnHasBeenSet =
true; m_imageSetArn.assign(value); }
135 bool m_imageSetIdHasBeenSet =
false;
138 bool m_latestVersionIdHasBeenSet =
false;
141 bool m_imageSetStateHasBeenSet =
false;
144 bool m_imageSetWorkflowStatusHasBeenSet =
false;
147 bool m_createdAtHasBeenSet =
false;
150 bool m_updatedAtHasBeenSet =
false;
153 bool m_imageSetArnHasBeenSet =
false;
CopySourceImageSetProperties & WithImageSetArn(Aws::String &&value)
bool UpdatedAtHasBeenSet() const
CopySourceImageSetProperties & WithLatestVersionId(const char *value)
void SetImageSetId(const char *value)
void SetImageSetState(ImageSetState &&value)
CopySourceImageSetProperties & WithImageSetArn(const Aws::String &value)
void SetImageSetArn(const Aws::String &value)
AWS_MEDICALIMAGING_API CopySourceImageSetProperties()
CopySourceImageSetProperties & WithLatestVersionId(const Aws::String &value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetImageSetId(const Aws::String &value)
const ImageSetWorkflowStatus & GetImageSetWorkflowStatus() const
bool ImageSetWorkflowStatusHasBeenSet() const
CopySourceImageSetProperties & WithImageSetWorkflowStatus(const ImageSetWorkflowStatus &value)
const Aws::String & GetImageSetArn() const
void SetImageSetWorkflowStatus(const ImageSetWorkflowStatus &value)
const Aws::String & GetImageSetId() const
void SetImageSetArn(const char *value)
CopySourceImageSetProperties & WithImageSetId(const Aws::String &value)
CopySourceImageSetProperties & WithCreatedAt(Aws::Utils::DateTime &&value)
CopySourceImageSetProperties & WithCreatedAt(const Aws::Utils::DateTime &value)
const ImageSetState & GetImageSetState() const
const Aws::String & GetLatestVersionId() const
AWS_MEDICALIMAGING_API CopySourceImageSetProperties(Aws::Utils::Json::JsonView jsonValue)
bool ImageSetIdHasBeenSet() const
CopySourceImageSetProperties & WithLatestVersionId(Aws::String &&value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
CopySourceImageSetProperties & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetLatestVersionId(Aws::String &&value)
bool ImageSetArnHasBeenSet() const
CopySourceImageSetProperties & WithImageSetId(const char *value)
bool ImageSetStateHasBeenSet() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
CopySourceImageSetProperties & WithUpdatedAt(const Aws::Utils::DateTime &value)
AWS_MEDICALIMAGING_API CopySourceImageSetProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CopySourceImageSetProperties & WithImageSetArn(const char *value)
void SetImageSetState(const ImageSetState &value)
void SetImageSetWorkflowStatus(ImageSetWorkflowStatus &&value)
CopySourceImageSetProperties & WithImageSetId(Aws::String &&value)
void SetLatestVersionId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool LatestVersionIdHasBeenSet() const
void SetImageSetId(Aws::String &&value)
bool CreatedAtHasBeenSet() const
CopySourceImageSetProperties & WithImageSetState(const ImageSetState &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
CopySourceImageSetProperties & WithImageSetState(ImageSetState &&value)
void SetImageSetArn(Aws::String &&value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetLatestVersionId(const char *value)
CopySourceImageSetProperties & WithImageSetWorkflowStatus(ImageSetWorkflowStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue