AWS SDK for .NET Documentation
WithExists Method (exists)
AmazonAmazon.SimpleDB.ModelUpdateConditionWithExists(Boolean) Did this page help you?   Yes   No    Tell us about it...
Sets the Exists property
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public UpdateCondition WithExists(
	bool exists
)
Parameters
exists (Boolean)
Check for the existence of the attribute used for the conditional check. If this field is unspecified or true, UpdateCondition.Value must be set to a value. If this field is false, UpdateCondition.Value should not have a value assigned to it. If no value is associated with this field, SimpleDB uses a default value of 'true'
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)