@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluateExpressionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for EvaluateExpression.
NOOP| Constructor and Description | 
|---|
EvaluateExpressionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
EvaluateExpressionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getExpression()
 The expression to evaluate. 
 | 
String | 
getObjectId()
 The ID of the object. 
 | 
String | 
getPipelineId()
 The ID of the pipeline. 
 | 
int | 
hashCode()  | 
void | 
setExpression(String expression)
 The expression to evaluate. 
 | 
void | 
setObjectId(String objectId)
 The ID of the object. 
 | 
void | 
setPipelineId(String pipelineId)
 The ID of the pipeline. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EvaluateExpressionRequest | 
withExpression(String expression)
 The expression to evaluate. 
 | 
EvaluateExpressionRequest | 
withObjectId(String objectId)
 The ID of the object. 
 | 
EvaluateExpressionRequest | 
withPipelineId(String pipelineId)
 The ID of the pipeline. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.public String getPipelineId()
The ID of the pipeline.
public EvaluateExpressionRequest withPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.public void setObjectId(String objectId)
The ID of the object.
objectId - The ID of the object.public String getObjectId()
The ID of the object.
public EvaluateExpressionRequest withObjectId(String objectId)
The ID of the object.
objectId - The ID of the object.public void setExpression(String expression)
The expression to evaluate.
expression - The expression to evaluate.public String getExpression()
The expression to evaluate.
public EvaluateExpressionRequest withExpression(String expression)
The expression to evaluate.
expression - The expression to evaluate.public String toString()
toString in class ObjectObject.toString()public EvaluateExpressionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()