7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/DataReference.h>
9#include <aws/core/utils/memory/stl/AWSAllocator.h>
48 template<
typename ReferenceT = DataReference>
49 void SetReference(
ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
50 template<
typename ReferenceT = DataReference>
62 template<
typename DetailsT = DataDetails>
64 m_detailsHasBeenSet =
true;
67 template<
typename DetailsT = DataDetails>
73 bool m_referenceHasBeenSet =
false;
75 std::shared_ptr<DataDetails> m_details;
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