AWS SDK for C++

AWS SDK for C++ Version 1.11.756

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