public class DescribeAnalysisSchemesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Container for the parameters to the
DescribeAnalysisSchemes
operation. Specifies the name of
the domain you want to describe. To limit the response to particular analysis
schemes, specify the names of the analysis schemes you want to describe. To
show the active configuration and exclude any pending changes, set the
Deployed
option to true
.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
analysisSchemeNames
The analysis schemes you want to describe.
|
private java.lang.Boolean |
deployed
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
private java.lang.String |
domainName
The name of the domain you want to describe.
|
NOOP
Constructor and Description |
---|
DescribeAnalysisSchemesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisSchemesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAnalysisSchemeNames()
The analysis schemes you want to describe.
|
java.lang.Boolean |
getDeployed()
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
java.lang.String |
getDomainName()
The name of the domain you want to describe.
|
int |
hashCode() |
java.lang.Boolean |
isDeployed()
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
void |
setAnalysisSchemeNames(java.util.Collection<java.lang.String> analysisSchemeNames)
The analysis schemes you want to describe.
|
void |
setDeployed(java.lang.Boolean deployed)
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
void |
setDomainName(java.lang.String domainName)
The name of the domain you want to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAnalysisSchemesRequest |
withAnalysisSchemeNames(java.util.Collection<java.lang.String> analysisSchemeNames)
The analysis schemes you want to describe.
|
DescribeAnalysisSchemesRequest |
withAnalysisSchemeNames(java.lang.String... analysisSchemeNames)
The analysis schemes you want to describe.
|
DescribeAnalysisSchemesRequest |
withDeployed(java.lang.Boolean deployed)
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
DescribeAnalysisSchemesRequest |
withDomainName(java.lang.String domainName)
The name of the domain you want to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String domainName
The name of the domain you want to describe.
private SdkInternalList<java.lang.String> analysisSchemeNames
The analysis schemes you want to describe.
private java.lang.Boolean deployed
Whether to display the deployed configuration (true
) or
include any pending changes (false
). Defaults to
false
.
public void setDomainName(java.lang.String domainName)
The name of the domain you want to describe.
domainName
- The name of the domain you want to describe.public java.lang.String getDomainName()
The name of the domain you want to describe.
public DescribeAnalysisSchemesRequest withDomainName(java.lang.String domainName)
The name of the domain you want to describe.
domainName
- The name of the domain you want to describe.public java.util.List<java.lang.String> getAnalysisSchemeNames()
The analysis schemes you want to describe.
public void setAnalysisSchemeNames(java.util.Collection<java.lang.String> analysisSchemeNames)
The analysis schemes you want to describe.
analysisSchemeNames
- The analysis schemes you want to describe.public DescribeAnalysisSchemesRequest withAnalysisSchemeNames(java.lang.String... analysisSchemeNames)
The analysis schemes you want to describe.
NOTE: This method appends the values to the existing list (if
any). Use setAnalysisSchemeNames(java.util.Collection)
or
withAnalysisSchemeNames(java.util.Collection)
if you want to
override the existing values.
analysisSchemeNames
- The analysis schemes you want to describe.public DescribeAnalysisSchemesRequest withAnalysisSchemeNames(java.util.Collection<java.lang.String> analysisSchemeNames)
The analysis schemes you want to describe.
analysisSchemeNames
- The analysis schemes you want to describe.public void setDeployed(java.lang.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 java.lang.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 DescribeAnalysisSchemesRequest withDeployed(java.lang.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 java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAnalysisSchemesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()