7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/model/EntityIdentifier.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/verifiedpermissions/model/AttributeValue.h>
25namespace VerifiedPermissions
101 bool m_identifierHasBeenSet =
false;
104 bool m_attributesHasBeenSet =
false;
107 bool m_parentsHasBeenSet =
false;
EntityItem & WithIdentifier(const EntityIdentifier &value)
void SetAttributes(Aws::Map< Aws::String, AttributeValue > &&value)
bool IdentifierHasBeenSet() const
EntityItem & AddAttributes(const char *key, AttributeValue &&value)
AWS_VERIFIEDPERMISSIONS_API EntityItem & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityItem & AddAttributes(const Aws::String &key, AttributeValue &&value)
EntityItem & WithIdentifier(EntityIdentifier &&value)
bool AttributesHasBeenSet() const
EntityItem & AddParents(EntityIdentifier &&value)
EntityItem & AddAttributes(const char *key, const AttributeValue &value)
bool ParentsHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API EntityItem(Aws::Utils::Json::JsonView jsonValue)
void SetParents(const Aws::Vector< EntityIdentifier > &value)
AWS_VERIFIEDPERMISSIONS_API EntityItem()
EntityItem & AddAttributes(Aws::String &&key, const AttributeValue &value)
const Aws::Map< Aws::String, AttributeValue > & GetAttributes() const
void SetParents(Aws::Vector< EntityIdentifier > &&value)
void SetAttributes(const Aws::Map< Aws::String, AttributeValue > &value)
const EntityIdentifier & GetIdentifier() const
void SetIdentifier(EntityIdentifier &&value)
EntityItem & AddParents(const EntityIdentifier &value)
EntityItem & WithParents(Aws::Vector< EntityIdentifier > &&value)
EntityItem & AddAttributes(const Aws::String &key, const AttributeValue &value)
EntityItem & WithParents(const Aws::Vector< EntityIdentifier > &value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
EntityItem & WithAttributes(const Aws::Map< Aws::String, AttributeValue > &value)
const Aws::Vector< EntityIdentifier > & GetParents() const
EntityItem & WithAttributes(Aws::Map< Aws::String, AttributeValue > &&value)
void SetIdentifier(const EntityIdentifier &value)
EntityItem & AddAttributes(Aws::String &&key, AttributeValue &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue