@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnalysisSchemesRequest extends AmazonWebServiceRequest implements Serializable, 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
.
NOOP
Constructor and Description |
---|
DescribeAnalysisSchemesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisSchemesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAnalysisSchemeNames()
The analysis schemes you want to describe.
|
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.
|
int |
hashCode() |
Boolean |
isDeployed()
Whether to display the deployed configuration (
true ) or include any pending changes (
false ). |
void |
setAnalysisSchemeNames(Collection<String> analysisSchemeNames)
The analysis schemes you want to describe.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAnalysisSchemesRequest |
withAnalysisSchemeNames(Collection<String> analysisSchemeNames)
The analysis schemes you want to describe.
|
DescribeAnalysisSchemesRequest |
withAnalysisSchemeNames(String... analysisSchemeNames)
The analysis schemes you want to describe.
|
DescribeAnalysisSchemesRequest |
withDeployed(Boolean deployed)
Whether to display the deployed configuration (
true ) or include any pending changes (
false ). |
DescribeAnalysisSchemesRequest |
withDomainName(String domainName)
The name of the domain you want to describe.
|
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, withSdkRequestTimeout
public 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 DescribeAnalysisSchemesRequest 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> getAnalysisSchemeNames()
The analysis schemes you want to describe.
public void setAnalysisSchemeNames(Collection<String> analysisSchemeNames)
The analysis schemes you want to describe.
analysisSchemeNames
- The analysis schemes you want to describe.public DescribeAnalysisSchemesRequest withAnalysisSchemeNames(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(Collection<String> analysisSchemeNames)
The analysis schemes you want to describe.
analysisSchemeNames
- The analysis schemes you want to describe.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 DescribeAnalysisSchemesRequest 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 Object
Object.toString()
public DescribeAnalysisSchemesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.