AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
35
36
38
41 inline const Aws::String& GetDatastoreId() const{ return m_datastoreId; }
42 inline void SetDatastoreId(const Aws::String& value) { m_datastoreId = value; }
43 inline void SetDatastoreId(Aws::String&& value) { m_datastoreId = std::move(value); }
44 inline void SetDatastoreId(const char* value) { m_datastoreId.assign(value); }
45 inline CopyImageSetResult& WithDatastoreId(const Aws::String& value) { SetDatastoreId(value); return *this;}
46 inline CopyImageSetResult& WithDatastoreId(Aws::String&& value) { SetDatastoreId(std::move(value)); return *this;}
47 inline CopyImageSetResult& WithDatastoreId(const char* value) { SetDatastoreId(value); return *this;}
49
51
54 inline const CopySourceImageSetProperties& GetSourceImageSetProperties() const{ return m_sourceImageSetProperties; }
55 inline void SetSourceImageSetProperties(const CopySourceImageSetProperties& value) { m_sourceImageSetProperties = value; }
56 inline void SetSourceImageSetProperties(CopySourceImageSetProperties&& value) { m_sourceImageSetProperties = std::move(value); }
60
62
65 inline const CopyDestinationImageSetProperties& GetDestinationImageSetProperties() const{ return m_destinationImageSetProperties; }
66 inline void SetDestinationImageSetProperties(const CopyDestinationImageSetProperties& value) { m_destinationImageSetProperties = value; }
67 inline void SetDestinationImageSetProperties(CopyDestinationImageSetProperties&& value) { m_destinationImageSetProperties = std::move(value); }
71
73
74 inline const Aws::String& GetRequestId() const{ return m_requestId; }
75 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
76 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
77 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
78 inline CopyImageSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
79 inline CopyImageSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
80 inline CopyImageSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
82 private:
83
84 Aws::String m_datastoreId;
85
86 CopySourceImageSetProperties m_sourceImageSetProperties;
87
88 CopyDestinationImageSetProperties m_destinationImageSetProperties;
89
90 Aws::String m_requestId;
91 };
92
93} // namespace Model
94} // namespace MedicalImaging
95} // namespace Aws
CopyImageSetResult & WithDatastoreId(const Aws::String &value)
void SetDestinationImageSetProperties(const CopyDestinationImageSetProperties &value)
const CopyDestinationImageSetProperties & GetDestinationImageSetProperties() const
void SetSourceImageSetProperties(CopySourceImageSetProperties &&value)
CopyImageSetResult & WithDestinationImageSetProperties(CopyDestinationImageSetProperties &&value)
AWS_MEDICALIMAGING_API CopyImageSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDestinationImageSetProperties(CopyDestinationImageSetProperties &&value)
CopyImageSetResult & WithRequestId(Aws::String &&value)
CopyImageSetResult & WithRequestId(const char *value)
CopyImageSetResult & WithSourceImageSetProperties(const CopySourceImageSetProperties &value)
CopyImageSetResult & WithDatastoreId(Aws::String &&value)
const CopySourceImageSetProperties & GetSourceImageSetProperties() const
CopyImageSetResult & WithDatastoreId(const char *value)
AWS_MEDICALIMAGING_API CopyImageSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSourceImageSetProperties(const CopySourceImageSetProperties &value)
CopyImageSetResult & WithRequestId(const Aws::String &value)
CopyImageSetResult & WithSourceImageSetProperties(CopySourceImageSetProperties &&value)
CopyImageSetResult & WithDestinationImageSetProperties(const CopyDestinationImageSetProperties &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue