@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context. | 
| 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. | 
| DefineExpressionRequest | withDomainName(String domainName) | 
| DefineExpressionRequest | withExpression(Expression expression) | 
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 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()