public class EvaluateExpressionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
EvaluateExpression operation
.
Task runners call EvaluateExpression
to evaluate a string
in the context of the specified object. For example, a task runner can
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 ID of the object.
|
String |
getPipelineId()
The ID of the pipeline.
|
int |
hashCode() |
void |
setExpression(String expression)
The expression to evaluate.
|
void |
setObjectId(String objectId)
The ID of the object.
|
void |
setPipelineId(String pipelineId)
The ID 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 ID of the object.
|
EvaluateExpressionRequest |
withPipelineId(String pipelineId)
The ID of the pipeline.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 ID 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 ID 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 ID 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 ID 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 Object
Object.toString()
public EvaluateExpressionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.