7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
34 AWS_FRAUDDETECTOR_API
Entity() =
default;
46 template<
typename EntityTypeT = Aws::String>
47 void SetEntityType(EntityTypeT&& value) { m_entityTypeHasBeenSet =
true; m_entityType = std::forward<EntityTypeT>(value); }
48 template<
typename EntityTypeT = Aws::String>
59 template<
typename EntityIdT = Aws::String>
60 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
61 template<
typename EntityIdT = Aws::String>
67 bool m_entityTypeHasBeenSet =
false;
70 bool m_entityIdHasBeenSet =
false;
bool EntityIdHasBeenSet() const
AWS_FRAUDDETECTOR_API Entity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FRAUDDETECTOR_API Entity()=default
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FRAUDDETECTOR_API Entity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEntityType() const
Entity & WithEntityType(EntityTypeT &&value)
void SetEntityType(EntityTypeT &&value)
void SetEntityId(EntityIdT &&value)
Entity & WithEntityId(EntityIdT &&value)
const Aws::String & GetEntityId() const
bool EntityTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue