7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/model/ObjectAttribute.h>
22namespace CustomerProfiles
47 template<
typename ObjectAttributesT = Aws::Vector<ObjectAttribute>>
48 void SetObjectAttributes(ObjectAttributesT&& value) { m_objectAttributesHasBeenSet =
true; m_objectAttributes = std::forward<ObjectAttributesT>(value); }
49 template<
typename ObjectAttributesT = Aws::Vector<ObjectAttribute>>
51 template<
typename ObjectAttributesT = ObjectAttribute>
57 bool m_objectAttributesHasBeenSet =
false;
EventTriggerDimension & AddObjectAttributes(ObjectAttributesT &&value)
bool ObjectAttributesHasBeenSet() const
AWS_CUSTOMERPROFILES_API EventTriggerDimension()=default
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
EventTriggerDimension & WithObjectAttributes(ObjectAttributesT &&value)
void SetObjectAttributes(ObjectAttributesT &&value)
AWS_CUSTOMERPROFILES_API EventTriggerDimension(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ObjectAttribute > & GetObjectAttributes() const
AWS_CUSTOMERPROFILES_API EventTriggerDimension & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue