7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/JSONType.h>
47 inline void SetType(
const JSONType& value) { m_typeHasBeenSet =
true; m_type = value; }
48 inline void SetType(
JSONType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
55 bool m_typeHasBeenSet =
false;