AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CopyDestinationImageSet.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MedicalImaging
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDICALIMAGING_API CopyDestinationImageSet();
35 AWS_MEDICALIMAGING_API CopyDestinationImageSet(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetImageSetId() const{ return m_imageSetId; }
45 inline bool ImageSetIdHasBeenSet() const { return m_imageSetIdHasBeenSet; }
46 inline void SetImageSetId(const Aws::String& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = value; }
47 inline void SetImageSetId(Aws::String&& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = std::move(value); }
48 inline void SetImageSetId(const char* value) { m_imageSetIdHasBeenSet = true; m_imageSetId.assign(value); }
49 inline CopyDestinationImageSet& WithImageSetId(const Aws::String& value) { SetImageSetId(value); return *this;}
50 inline CopyDestinationImageSet& WithImageSetId(Aws::String&& value) { SetImageSetId(std::move(value)); return *this;}
51 inline CopyDestinationImageSet& WithImageSetId(const char* value) { SetImageSetId(value); return *this;}
53
55
58 inline const Aws::String& GetLatestVersionId() const{ return m_latestVersionId; }
59 inline bool LatestVersionIdHasBeenSet() const { return m_latestVersionIdHasBeenSet; }
60 inline void SetLatestVersionId(const Aws::String& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = value; }
61 inline void SetLatestVersionId(Aws::String&& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = std::move(value); }
62 inline void SetLatestVersionId(const char* value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId.assign(value); }
63 inline CopyDestinationImageSet& WithLatestVersionId(const Aws::String& value) { SetLatestVersionId(value); return *this;}
64 inline CopyDestinationImageSet& WithLatestVersionId(Aws::String&& value) { SetLatestVersionId(std::move(value)); return *this;}
65 inline CopyDestinationImageSet& WithLatestVersionId(const char* value) { SetLatestVersionId(value); return *this;}
67 private:
68
69 Aws::String m_imageSetId;
70 bool m_imageSetIdHasBeenSet = false;
71
72 Aws::String m_latestVersionId;
73 bool m_latestVersionIdHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MedicalImaging
78} // namespace Aws
CopyDestinationImageSet & WithImageSetId(const Aws::String &value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDICALIMAGING_API CopyDestinationImageSet & operator=(Aws::Utils::Json::JsonView jsonValue)
CopyDestinationImageSet & WithImageSetId(Aws::String &&value)
CopyDestinationImageSet & WithLatestVersionId(const Aws::String &value)
AWS_MEDICALIMAGING_API CopyDestinationImageSet(Aws::Utils::Json::JsonView jsonValue)
CopyDestinationImageSet & WithLatestVersionId(const char *value)
CopyDestinationImageSet & WithImageSetId(const char *value)
CopyDestinationImageSet & WithLatestVersionId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue