7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/ObjectAttribute.h>
20namespace CustomerProfiles {
41 template <
typename ObjectAttributesT = Aws::Vector<ObjectAttribute>>
43 m_objectAttributesHasBeenSet =
true;
44 m_objectAttributes = std::forward<ObjectAttributesT>(value);
46 template <
typename ObjectAttributesT = Aws::Vector<ObjectAttribute>>
51 template <
typename ObjectAttributesT = ObjectAttribute>
53 m_objectAttributesHasBeenSet =
true;
54 m_objectAttributes.emplace_back(std::forward<ObjectAttributesT>(value));
60 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