7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/model/EntityItem.h>
23namespace VerifiedPermissions
60 template<
typename EntityListT = Aws::Vector<EntityItem>>
61 void SetEntityList(EntityListT&& value) { m_entityListHasBeenSet =
true; m_entityList = std::forward<EntityListT>(value); }
62 template<
typename EntityListT = Aws::Vector<EntityItem>>
64 template<
typename EntityListT = EntityItem>
65 EntitiesDefinition&
AddEntityList(EntityListT&& value) { m_entityListHasBeenSet =
true; m_entityList.emplace_back(std::forward<EntityListT>(value));
return *
this; }
77 template<
typename CedarJsonT = Aws::String>
78 void SetCedarJson(CedarJsonT&& value) { m_cedarJsonHasBeenSet =
true; m_cedarJson = std::forward<CedarJsonT>(value); }
79 template<
typename CedarJsonT = Aws::String>
85 bool m_entityListHasBeenSet =
false;
88 bool m_cedarJsonHasBeenSet =
false;
bool EntityListHasBeenSet() const
EntitiesDefinition & WithEntityList(EntityListT &&value)
EntitiesDefinition & WithCedarJson(CedarJsonT &&value)
AWS_VERIFIEDPERMISSIONS_API EntitiesDefinition()=default
EntitiesDefinition & AddEntityList(EntityListT &&value)
const Aws::String & GetCedarJson() const
void SetEntityList(EntityListT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCedarJson(CedarJsonT &&value)
const Aws::Vector< EntityItem > & GetEntityList() const
AWS_VERIFIEDPERMISSIONS_API EntitiesDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CedarJsonHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API EntitiesDefinition(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue