7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MedicalImaging
46 template<
typename ImageSetIdT = Aws::String>
47 void SetImageSetId(ImageSetIdT&& value) { m_imageSetIdHasBeenSet =
true; m_imageSetId = std::forward<ImageSetIdT>(value); }
48 template<
typename ImageSetIdT = Aws::String>
58 template<
typename LatestVersionIdT = Aws::String>
59 void SetLatestVersionId(LatestVersionIdT&& value) { m_latestVersionIdHasBeenSet =
true; m_latestVersionId = std::forward<LatestVersionIdT>(value); }
60 template<
typename LatestVersionIdT = Aws::String>
66 bool m_imageSetIdHasBeenSet =
false;
69 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