Container for the parameters to the EvaluateExpression operation.
            
Evaluates a string in the context of a specified object. A task runner can use this action to evaluate SQL queries stored in Amazon S3.
 Declaration Syntax
 Declaration Syntax| C# | 
public class EvaluateExpressionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EvaluateExpressionRequest()()()() | Initializes a new instance of the EvaluateExpressionRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Expression | 
            The expression to evaluate.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ObjectId | 
            The identifier of the object.
             
             Constraints: | 
|  | PipelineId | 
            The identifier of the pipeline.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithExpression(String) | Obsolete. 
            Sets the Expression property
             | 
|  | WithObjectId(String) | Obsolete. 
            Sets the ObjectId property
             | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | EvaluateExpressionRequest | |