7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/DataIdentifierType.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
71 bool m_idHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
SuppressDataIdentifier & WithId(IdT &&value)
DataIdentifierType GetType() const
const Aws::String & GetId() const
void SetType(DataIdentifierType value)
SuppressDataIdentifier & WithType(DataIdentifierType value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API SuppressDataIdentifier()=default
bool IdHasBeenSet() const
AWS_MACIE2_API SuppressDataIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_MACIE2_API SuppressDataIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue