Describes the condition used to perform a conditional PutAttributes
            or conditional DeleteAttributes.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateCondition
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateCondition()()()() | Initializes a new instance of the UpdateCondition class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Exists | 
            Gets and sets the Exists property.
            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'
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetExists()()()() | 
            Checks if Exists property is set
             | 
|  | IsSetName()()()() | 
            Checks if Name property is set
             | 
|  | IsSetValue()()()() | 
            Checks if Value property is set
             | 
|  | Name | 
            Gets and sets the Name property.
            The name of the attribute used for the conditional check.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Value | 
            Gets and sets the Value property.
            The value of the attribute used for the conditional check.
             | 
|  | WithExists(Boolean) | Obsolete. 
            Sets the Exists property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithValue(String) | Obsolete. 
            Sets the Value property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | UpdateCondition |