public class EvaluateExpressionResult extends Object implements Serializable
Contains the output from the EvaluateExpression action.
Constructor and Description |
---|
EvaluateExpressionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEvaluatedExpression()
The evaluated expression.
|
int |
hashCode() |
void |
setEvaluatedExpression(String evaluatedExpression)
The evaluated expression.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluateExpressionResult |
withEvaluatedExpression(String evaluatedExpression)
The evaluated expression.
|
public String getEvaluatedExpression()
Constraints:
Length: 0 - 20971520
Pattern: [ --�𐀀-\r\n\t]*
public void setEvaluatedExpression(String evaluatedExpression)
Constraints:
Length: 0 - 20971520
Pattern: [ --�𐀀-\r\n\t]*
evaluatedExpression
- The evaluated expression.public EvaluateExpressionResult withEvaluatedExpression(String evaluatedExpression)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 20971520
Pattern: [ --�𐀀-\r\n\t]*
evaluatedExpression
- The evaluated expression.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.