|
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.services.datapipeline.model.EvaluateExpressionResult
public class EvaluateExpressionResult
Contains the output from the EvaluateExpression action.
Constructor Summary | |
---|---|
EvaluateExpressionResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluateExpressionResult()
Method Detail |
---|
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()
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 |