7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
19namespace MedicalImaging {
40 template <
typename ImageSetIdT = Aws::String>
42 m_imageSetIdHasBeenSet =
true;
43 m_imageSetId = std::forward<ImageSetIdT>(value);
45 template <
typename ImageSetIdT = Aws::String>
58 template <
typename LatestVersionIdT = Aws::String>
60 m_latestVersionIdHasBeenSet =
true;
61 m_latestVersionId = std::forward<LatestVersionIdT>(value);
63 template <
typename LatestVersionIdT = Aws::String>
73 bool m_imageSetIdHasBeenSet =
false;
74 bool m_latestVersionIdHasBeenSet =
false;
AWS_MEDICALIMAGING_API CopyDestinationImageSet()=default
const Aws::String & GetLatestVersionId() const
CopyDestinationImageSet & WithImageSetId(ImageSetIdT &&value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLatestVersionId(LatestVersionIdT &&value)
AWS_MEDICALIMAGING_API CopyDestinationImageSet & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetImageSetId() const
AWS_MEDICALIMAGING_API CopyDestinationImageSet(Aws::Utils::Json::JsonView jsonValue)
bool LatestVersionIdHasBeenSet() const
bool ImageSetIdHasBeenSet() const
CopyDestinationImageSet & WithLatestVersionId(LatestVersionIdT &&value)
void SetImageSetId(ImageSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue