Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class EvaluateExpressionRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
All Implemented Interfaces:
Serializable

public class EvaluateExpressionRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
DataPipeline.evaluateExpression(EvaluateExpressionRequest), Serialized Form

Constructor 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

EvaluateExpressionRequest

public EvaluateExpressionRequest()
Method Detail

getPipelineId

public String getPipelineId()
The identifier of the pipeline.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
The identifier of the pipeline.

setPipelineId

public void setPipelineId(String pipelineId)
The identifier of the pipeline.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The identifier of the pipeline.

withPipelineId

public EvaluateExpressionRequest withPipelineId(String pipelineId)
The identifier of the pipeline.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The identifier of the pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

getObjectId

public String getObjectId()
The identifier of the object.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
The identifier of the object.

setObjectId

public void setObjectId(String objectId)
The identifier of the object.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
objectId - The identifier of the object.

withObjectId

public EvaluateExpressionRequest withObjectId(String objectId)
The identifier of the object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
objectId - The identifier of the object.
Returns:
A reference to this updated object so that method calls can be chained together.

getExpression

public String getExpression()
The expression to evaluate.

Constraints:
Length: 0 - 20971520
Pattern: [ -??-??-?\r\n\t]*

Returns:
The expression to evaluate.

setExpression

public void setExpression(String expression)
The expression to evaluate.

Constraints:
Length: 0 - 20971520
Pattern: [ -??-??-?\r\n\t]*

Parameters:
expression - The expression to evaluate.

withExpression

public EvaluateExpressionRequest withExpression(String expression)
The expression to evaluate.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 20971520
Pattern: [ -??-??-?\r\n\t]*

Parameters:
expression - The expression to evaluate.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.