public class DefineExpressionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DefineExpression
operation. Specifies the name of the domain you want to update and the
expression you want to configure.
NOOP| Constructor and Description |
|---|
DefineExpressionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DefineExpressionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDomainName() |
Expression |
getExpression() |
int |
hashCode() |
void |
setDomainName(String domainName) |
void |
setExpression(Expression expression) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineExpressionRequest |
withDomainName(String domainName) |
DefineExpressionRequest |
withExpression(Expression expression) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
domainName - public String getDomainName()
public DefineExpressionRequest withDomainName(String domainName)
domainName - public void setExpression(Expression expression)
expression - public Expression getExpression()
public DefineExpressionRequest withExpression(Expression expression)
expression - public String toString()
toString in class ObjectObject.toString()public DefineExpressionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.