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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace MedicalImaging
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>
53 template<
typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
54 void SetSourceImageSetProperties(SourceImageSetPropertiesT&& value) { m_sourceImageSetPropertiesHasBeenSet =
true; m_sourceImageSetProperties = std::forward<SourceImageSetPropertiesT>(value); }
55 template<
typename SourceImageSetPropertiesT = CopySourceImageSetProperties>
64 template<
typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
65 void SetDestinationImageSetProperties(DestinationImageSetPropertiesT&& value) { m_destinationImageSetPropertiesHasBeenSet =
true; m_destinationImageSetProperties = std::forward<DestinationImageSetPropertiesT>(value); }
66 template<
typename DestinationImageSetPropertiesT = CopyDestinationImageSetProperties>
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>
81 bool m_datastoreIdHasBeenSet =
false;
84 bool m_sourceImageSetPropertiesHasBeenSet =
false;
87 bool m_destinationImageSetPropertiesHasBeenSet =
false;
90 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue