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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MedicalImaging {
37 template <
typename DatastoreIdT = Aws::String>
39 m_datastoreIdHasBeenSet =
true;
40 m_datastoreId = std::forward<DatastoreIdT>(value);
42 template <
typename DatastoreIdT = Aws::String>
54 template <
typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
56 m_sourceImageSetPropertiesHasBeenSet =
true;
57 m_sourceImageSetProperties = std::forward<SourceImageSetPropertiesT>(value);
59 template <
typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
71 template <
typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
73 m_destinationImageSetPropertiesHasBeenSet =
true;
74 m_destinationImageSetProperties = std::forward<DestinationImageSetPropertiesT>(value);
76 template <
typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_datastoreIdHasBeenSet =
false;
109 bool m_sourceImageSetPropertiesHasBeenSet =
false;
110 bool m_destinationImageSetPropertiesHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
CopyImageSetResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const CopyDestinationImageSetProperties & GetDestinationImageSetProperties() const
const Aws::String & GetRequestId() const
const Aws::String & GetDatastoreId() const
CopyImageSetResult & WithDestinationImageSetProperties(DestinationImageSetPropertiesT &&value)
CopyImageSetResult & WithSourceImageSetProperties(SourceImageSetPropertiesT &&value)
AWS_MEDICALIMAGING_API CopyImageSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDatastoreId(DatastoreIdT &&value)
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