public class EvaluateExpressionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP| Constructor and Description | 
|---|
EvaluateExpressionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
EvaluateExpressionRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getExpression()
The expression to evaluate. 
 | 
String | 
getObjectId()
The identifier of the object. 
 | 
String | 
getPipelineId()
The identifier of the pipeline. 
 | 
int | 
hashCode()  | 
void | 
setExpression(String expression)
The expression to evaluate. 
 | 
void | 
setObjectId(String objectId)
The identifier of the object. 
 | 
void | 
setPipelineId(String pipelineId)
The identifier of the pipeline. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
EvaluateExpressionRequest | 
withExpression(String expression)
The expression to evaluate. 
 | 
EvaluateExpressionRequest | 
withObjectId(String objectId)
The identifier of the object. 
 | 
EvaluateExpressionRequest | 
withPipelineId(String pipelineId)
The identifier of the pipeline. 
 | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getPipelineId()
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The identifier of the pipeline.public EvaluateExpressionRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The identifier of the pipeline.public String getObjectId()
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setObjectId(String objectId)
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
objectId - The identifier of the object.public EvaluateExpressionRequest withObjectId(String objectId)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
objectId - The identifier of the object.public String getExpression()
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setExpression(String expression)
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
expression - The expression to evaluate.public EvaluateExpressionRequest withExpression(String expression)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
expression - The expression to evaluate.public String toString()
toString in class ObjectObject.toString()public EvaluateExpressionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.