AWS SDK for C++

AWS SDK for C++ Version 1.11.790

Loading...
Searching...
No Matches
CopyImageSetResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
10#include <aws/medical-imaging/model/CopyDestinationImageSetProperties.h>
11#include <aws/medical-imaging/model/CopySourceImageSetProperties.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace MedicalImaging {
25namespace Model {
27 public:
28 AWS_MEDICALIMAGING_API CopyImageSetResult() = default;
31
33
36 inline const Aws::String& GetDatastoreId() const { return m_datastoreId; }
37 template <typename DatastoreIdT = Aws::String>
38 void SetDatastoreId(DatastoreIdT&& value) {
39 m_datastoreIdHasBeenSet = true;
40 m_datastoreId = std::forward<DatastoreIdT>(value);
41 }
42 template <typename DatastoreIdT = Aws::String>
43 CopyImageSetResult& WithDatastoreId(DatastoreIdT&& value) {
44 SetDatastoreId(std::forward<DatastoreIdT>(value));
45 return *this;
46 }
48
50
53 inline const CopySourceImageSetProperties& GetSourceImageSetProperties() const { return m_sourceImageSetProperties; }
54 template <typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
55 void SetSourceImageSetProperties(SourceImageSetPropertiesT&& value) {
56 m_sourceImageSetPropertiesHasBeenSet = true;
57 m_sourceImageSetProperties = std::forward<SourceImageSetPropertiesT>(value);
58 }
59 template <typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
60 CopyImageSetResult& WithSourceImageSetProperties(SourceImageSetPropertiesT&& value) {
61 SetSourceImageSetProperties(std::forward<SourceImageSetPropertiesT>(value));
62 return *this;
63 }
65
67
70 inline const CopyDestinationImageSetProperties& GetDestinationImageSetProperties() const { return m_destinationImageSetProperties; }
71 template <typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
72 void SetDestinationImageSetProperties(DestinationImageSetPropertiesT&& value) {
73 m_destinationImageSetPropertiesHasBeenSet = true;
74 m_destinationImageSetProperties = std::forward<DestinationImageSetPropertiesT>(value);
75 }
76 template <typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
77 CopyImageSetResult& WithDestinationImageSetProperties(DestinationImageSetPropertiesT&& value) {
78 SetDestinationImageSetProperties(std::forward<DestinationImageSetPropertiesT>(value));
79 return *this;
80 }
82
84
85 inline const Aws::String& GetRequestId() const { return m_requestId; }
86 template <typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) {
88 m_requestIdHasBeenSet = true;
89 m_requestId = std::forward<RequestIdT>(value);
90 }
91 template <typename RequestIdT = Aws::String>
92 CopyImageSetResult& WithRequestId(RequestIdT&& value) {
93 SetRequestId(std::forward<RequestIdT>(value));
94 return *this;
95 }
97 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
98
99 private:
100 Aws::String m_datastoreId;
101
102 CopySourceImageSetProperties m_sourceImageSetProperties;
103
104 CopyDestinationImageSetProperties m_destinationImageSetProperties;
105
106 Aws::String m_requestId;
107 Aws::Http::HttpResponseCode m_HttpResponseCode;
108 bool m_datastoreIdHasBeenSet = false;
109 bool m_sourceImageSetPropertiesHasBeenSet = false;
110 bool m_destinationImageSetPropertiesHasBeenSet = false;
111 bool m_requestIdHasBeenSet = false;
112};
113
114} // namespace Model
115} // namespace MedicalImaging
116} // namespace Aws
CopyImageSetResult & WithRequestId(RequestIdT &&value)
const CopyDestinationImageSetProperties & GetDestinationImageSetProperties() const
CopyImageSetResult & WithDestinationImageSetProperties(DestinationImageSetPropertiesT &&value)
CopyImageSetResult & WithSourceImageSetProperties(SourceImageSetPropertiesT &&value)
AWS_MEDICALIMAGING_API CopyImageSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDestinationImageSetProperties(DestinationImageSetPropertiesT &&value)
AWS_MEDICALIMAGING_API CopyImageSetResult()=default
CopyImageSetResult & WithDatastoreId(DatastoreIdT &&value)
void SetSourceImageSetProperties(SourceImageSetPropertiesT &&value)
const CopySourceImageSetProperties & GetSourceImageSetProperties() const
AWS_MEDICALIMAGING_API CopyImageSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue