@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExpressionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeDomains operation. Specifies the name of the domain
you want to describe. To restrict the response to particular expressions, specify the names of the expressions you
want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true.
NOOP| Constructor and Description |
|---|
DescribeExpressionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExpressionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeployed()
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
String |
getDomainName()
The name of the domain you want to describe.
|
List<String> |
getExpressionNames()
Limits the
DescribeExpressions response to the specified expressions. |
int |
hashCode() |
Boolean |
isDeployed()
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
void |
setDeployed(Boolean deployed)
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
void |
setDomainName(String domainName)
The name of the domain you want to describe.
|
void |
setExpressionNames(Collection<String> expressionNames)
Limits the
DescribeExpressions response to the specified expressions. |
String |
toString()
Returns a string representation of this object.
|
DescribeExpressionsRequest |
withDeployed(Boolean deployed)
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
DescribeExpressionsRequest |
withDomainName(String domainName)
The name of the domain you want to describe.
|
DescribeExpressionsRequest |
withExpressionNames(Collection<String> expressionNames)
Limits the
DescribeExpressions response to the specified expressions. |
DescribeExpressionsRequest |
withExpressionNames(String... expressionNames)
Limits the
DescribeExpressions response to the specified expressions. |
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)
The name of the domain you want to describe.
domainName - The name of the domain you want to describe.public String getDomainName()
The name of the domain you want to describe.
public DescribeExpressionsRequest withDomainName(String domainName)
The name of the domain you want to describe.
domainName - The name of the domain you want to describe.public List<String> getExpressionNames()
Limits the DescribeExpressions response to the specified expressions. If not specified, all
expressions are shown.
DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.public void setExpressionNames(Collection<String> expressionNames)
Limits the DescribeExpressions response to the specified expressions. If not specified, all
expressions are shown.
expressionNames - Limits the DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.public DescribeExpressionsRequest withExpressionNames(String... expressionNames)
Limits the DescribeExpressions response to the specified expressions. If not specified, all
expressions are shown.
NOTE: This method appends the values to the existing list (if any). Use
setExpressionNames(java.util.Collection) or withExpressionNames(java.util.Collection) if you
want to override the existing values.
expressionNames - Limits the DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.public DescribeExpressionsRequest withExpressionNames(Collection<String> expressionNames)
Limits the DescribeExpressions response to the specified expressions. If not specified, all
expressions are shown.
expressionNames - Limits the DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.public void setDeployed(Boolean deployed)
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
deployed - Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.public Boolean getDeployed()
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
true) or include any pending changes (
false). Defaults to false.public DescribeExpressionsRequest withDeployed(Boolean deployed)
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
deployed - Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.public Boolean isDeployed()
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
true) or include any pending changes (
false). Defaults to false.public String toString()
toString in class ObjectObject.toString()public DescribeExpressionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()