7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
19namespace VerifiedPermissions {
52 template <
typename EntityTypeT = Aws::String>
54 m_entityTypeHasBeenSet =
true;
55 m_entityType = std::forward<EntityTypeT>(value);
57 template <
typename EntityTypeT = Aws::String>
71 template <
typename EntityIdT = Aws::String>
73 m_entityIdHasBeenSet =
true;
74 m_entityId = std::forward<EntityIdT>(value);
76 template <
typename EntityIdT = Aws::String>
86 bool m_entityTypeHasBeenSet =
false;
87 bool m_entityIdHasBeenSet =
false;
AWS_VERIFIEDPERMISSIONS_API EntityIdentifier(Aws::Utils::Json::JsonView jsonValue)
EntityIdentifier & WithEntityType(EntityTypeT &&value)
EntityIdentifier & WithEntityId(EntityIdT &&value)
const Aws::String & GetEntityType() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EntityIdHasBeenSet() const
void SetEntityId(EntityIdT &&value)
AWS_VERIFIEDPERMISSIONS_API EntityIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEntityId() const
AWS_VERIFIEDPERMISSIONS_API EntityIdentifier()=default
void SetEntityType(EntityTypeT &&value)
bool EntityTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue