Class EvaluateExpressionResult
java.lang.Object
com.amazonaws.services.datapipeline.model.EvaluateExpressionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of EvaluateExpression.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The evaluated expression.int
hashCode()
void
setEvaluatedExpression
(String evaluatedExpression) The evaluated expression.toString()
Returns a string representation of this object; useful for testing and debugging.withEvaluatedExpression
(String evaluatedExpression) The evaluated expression.
-
Constructor Details
-
EvaluateExpressionResult
public EvaluateExpressionResult()
-
-
Method Details
-
setEvaluatedExpression
The evaluated expression.
- Parameters:
evaluatedExpression
- The evaluated expression.
-
getEvaluatedExpression
The evaluated expression.
- Returns:
- The evaluated expression.
-
withEvaluatedExpression
The evaluated expression.
- Parameters:
evaluatedExpression
- The evaluated expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-