|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
public class EvaluateExpressionRequest
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.
DataPipeline.evaluateExpression(EvaluateExpressionRequest)
,
Serialized FormConstructor Summary | |
---|---|
EvaluateExpressionRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluateExpressionRequest()
Method Detail |
---|
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
pipelineId
- The identifier of the pipeline.
public String getObjectId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setObjectId(String objectId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
objectId
- The identifier of the object.
public String getExpression()
Constraints:
Length: 0 - 20971520
Pattern: [ -??-??-?\r\n\t]*
public void setExpression(String expression)
Constraints:
Length: 0 - 20971520
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
expression
- The expression to evaluate.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |