public class EvaluateExpressionRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
EvaluateExpressionRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExpression()
The expression to evaluate.
|
java.lang.String |
getObjectId()
The identifier of the object.
|
java.lang.String |
getPipelineId()
The identifier of the pipeline.
|
int |
hashCode() |
void |
setExpression(java.lang.String expression)
The expression to evaluate.
|
void |
setObjectId(java.lang.String objectId)
The identifier of the object.
|
void |
setPipelineId(java.lang.String pipelineId)
The identifier of the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluateExpressionRequest |
withExpression(java.lang.String expression)
The expression to evaluate.
|
EvaluateExpressionRequest |
withObjectId(java.lang.String objectId)
The identifier of the object.
|
EvaluateExpressionRequest |
withPipelineId(java.lang.String pipelineId)
The identifier of the pipeline.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setPipelineId(java.lang.String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
pipelineId - The identifier of the pipeline.public EvaluateExpressionRequest withPipelineId(java.lang.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 java.lang.String getObjectId()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setObjectId(java.lang.String objectId)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
objectId - The identifier of the object.public EvaluateExpressionRequest withObjectId(java.lang.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 java.lang.String getExpression()
Constraints:
Length: 0 - 20971520
Pattern: [ --�𐀀-\r\n\t]*
public void setExpression(java.lang.String expression)
Constraints:
Length: 0 - 20971520
Pattern: [ --�𐀀-\r\n\t]*
expression - The expression to evaluate.public EvaluateExpressionRequest withExpression(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object