AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
CopyImageSetResult.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/model/CopySourceImageSetProperties.h>
10#include <aws/medical-imaging/model/CopyDestinationImageSetProperties.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace MedicalImaging
26{
27namespace Model
28{
30 {
31 public:
32 AWS_MEDICALIMAGING_API CopyImageSetResult() = default;
35
36
38
41 inline const Aws::String& GetDatastoreId() const { return m_datastoreId; }
42 template<typename DatastoreIdT = Aws::String>
43 void SetDatastoreId(DatastoreIdT&& value) { m_datastoreIdHasBeenSet = true; m_datastoreId = std::forward<DatastoreIdT>(value); }
44 template<typename DatastoreIdT = Aws::String>
45 CopyImageSetResult& WithDatastoreId(DatastoreIdT&& value) { SetDatastoreId(std::forward<DatastoreIdT>(value)); return *this;}
47
49
52 inline const CopySourceImageSetProperties& GetSourceImageSetProperties() const { return m_sourceImageSetProperties; }
53 template<typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
54 void SetSourceImageSetProperties(SourceImageSetPropertiesT&& value) { m_sourceImageSetPropertiesHasBeenSet = true; m_sourceImageSetProperties = std::forward<SourceImageSetPropertiesT>(value); }
55 template<typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
56 CopyImageSetResult& WithSourceImageSetProperties(SourceImageSetPropertiesT&& value) { SetSourceImageSetProperties(std::forward<SourceImageSetPropertiesT>(value)); return *this;}
58
60
63 inline const CopyDestinationImageSetProperties& GetDestinationImageSetProperties() const { return m_destinationImageSetProperties; }
64 template<typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
65 void SetDestinationImageSetProperties(DestinationImageSetPropertiesT&& value) { m_destinationImageSetPropertiesHasBeenSet = true; m_destinationImageSetProperties = std::forward<DestinationImageSetPropertiesT>(value); }
66 template<typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
67 CopyImageSetResult& WithDestinationImageSetProperties(DestinationImageSetPropertiesT&& value) { SetDestinationImageSetProperties(std::forward<DestinationImageSetPropertiesT>(value)); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const { return m_requestId; }
73 template<typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
75 template<typename RequestIdT = Aws::String>
76 CopyImageSetResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
78 private:
79
80 Aws::String m_datastoreId;
81 bool m_datastoreIdHasBeenSet = false;
82
83 CopySourceImageSetProperties m_sourceImageSetProperties;
84 bool m_sourceImageSetPropertiesHasBeenSet = false;
85
86 CopyDestinationImageSetProperties m_destinationImageSetProperties;
87 bool m_destinationImageSetPropertiesHasBeenSet = false;
88
89 Aws::String m_requestId;
90 bool m_requestIdHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace MedicalImaging
95} // 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue