7#include <aws/core/utils/memory/stl/AWSAllocator.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/DataReference.h>
42 template <
typename ReferenceT = DataReference>
44 m_referenceHasBeenSet =
true;
45 m_reference = std::forward<ReferenceT>(value);
47 template <
typename ReferenceT = DataReference>
60 template <
typename DetailsT = DataDetails>
62 m_detailsHasBeenSet =
true;
65 template <
typename DetailsT = DataDetails>
74 std::shared_ptr<DataDetails> m_details;
75 bool m_referenceHasBeenSet =
false;
76 bool m_detailsHasBeenSet =
false;
DataSummary & WithDetails(DetailsT &&value)
void SetReference(ReferenceT &&value)
const DataReference & GetReference() const
AWS_QCONNECT_API DataSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSummary & WithReference(ReferenceT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DetailsHasBeenSet() const
AWS_QCONNECT_API DataSummary(Aws::Utils::Json::JsonView jsonValue)
bool ReferenceHasBeenSet() const
void SetDetails(DetailsT &&value)
const DataDetails & GetDetails() const
AWS_QCONNECT_API DataSummary()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue