7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/SensitiveDataItemCategory.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/macie2/model/DefaultDetection.h>
82 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
88 bool m_categoryHasBeenSet =
false;
91 bool m_detectionsHasBeenSet =
false;
93 long long m_totalCount;
94 bool m_totalCountHasBeenSet =
false;
void SetCategory(SensitiveDataItemCategory &&value)
SensitiveDataItem & WithDetections(Aws::Vector< DefaultDetection > &&value)
void SetCategory(const SensitiveDataItemCategory &value)
bool DetectionsHasBeenSet() const
SensitiveDataItem & WithDetections(const Aws::Vector< DefaultDetection > &value)
const Aws::Vector< DefaultDetection > & GetDetections() const
SensitiveDataItem & AddDetections(DefaultDetection &&value)
void SetDetections(Aws::Vector< DefaultDetection > &&value)
SensitiveDataItem & WithCategory(const SensitiveDataItemCategory &value)
AWS_MACIE2_API SensitiveDataItem()
long long GetTotalCount() const
void SetDetections(const Aws::Vector< DefaultDetection > &value)
SensitiveDataItem & AddDetections(const DefaultDetection &value)
SensitiveDataItem & WithCategory(SensitiveDataItemCategory &&value)
AWS_MACIE2_API SensitiveDataItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TotalCountHasBeenSet() const
const SensitiveDataItemCategory & GetCategory() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTotalCount(long long value)
bool CategoryHasBeenSet() const
AWS_MACIE2_API SensitiveDataItem(Aws::Utils::Json::JsonView jsonValue)
SensitiveDataItem & WithTotalCount(long long value)
SensitiveDataItemCategory
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue