Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class EvaluateExpressionResult

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

public class EvaluateExpressionResult
extends Object
implements Serializable

Contains the output from the EvaluateExpression action.

See Also:
Serialized Form

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

EvaluateExpressionResult

public EvaluateExpressionResult()
Method Detail

getEvaluatedExpression

public String getEvaluatedExpression()
The evaluated expression.

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

Returns:
The evaluated expression.

setEvaluatedExpression

public void setEvaluatedExpression(String evaluatedExpression)
The evaluated expression.

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

Parameters:
evaluatedExpression - The evaluated expression.

withEvaluatedExpression

public EvaluateExpressionResult withEvaluatedExpression(String evaluatedExpression)
The evaluated expression.

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

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

Parameters:
evaluatedExpression - The evaluated expression.
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.