Creates a map of attribute names mapped to AttributeValueUpdate objects.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Dictionary<string, AttributeValueUpdate> ToAttributeUpdateMap( bool changedAttributesOnly )
 Parameters
 Parameters- changedAttributesOnly (Boolean)
- If true, only attributes that have been changed will be in the map.
 Return Value
 Return Value