7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/UpdateActionType.h>
9#include <aws/clouddirectory/model/TypedAttributeValue.h>
22namespace CloudDirectory
60 template<
typename AttributeUpdateValueT = TypedAttributeValue>
61 void SetAttributeUpdateValue(AttributeUpdateValueT&& value) { m_attributeUpdateValueHasBeenSet =
true; m_attributeUpdateValue = std::forward<AttributeUpdateValueT>(value); }
62 template<
typename AttributeUpdateValueT = TypedAttributeValue>
68 bool m_attributeActionTypeHasBeenSet =
false;
70 TypedAttributeValue m_attributeUpdateValue;
71 bool m_attributeUpdateValueHasBeenSet =
false;
LinkAttributeAction & WithAttributeActionType(UpdateActionType value)
LinkAttributeAction & WithAttributeUpdateValue(AttributeUpdateValueT &&value)
bool AttributeActionTypeHasBeenSet() const
const TypedAttributeValue & GetAttributeUpdateValue() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDDIRECTORY_API LinkAttributeAction(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeActionType(UpdateActionType value)
bool AttributeUpdateValueHasBeenSet() const
AWS_CLOUDDIRECTORY_API LinkAttributeAction()=default
void SetAttributeUpdateValue(AttributeUpdateValueT &&value)
AWS_CLOUDDIRECTORY_API LinkAttributeAction & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateActionType GetAttributeActionType() const
Aws::Utils::Json::JsonValue JsonValue