|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudsearchv2.model.DescribeAnalysisSchemesRequest
public class DescribeAnalysisSchemesRequest
Container for the parameters to the DescribeAnalysisSchemes operation
.
Gets the analysis schemes configured for a domain. An analysis scheme
defines language-specific text processing options for a
text
field. Can be limited to specific analysis schemes
by name. By default, shows all analysis schemes and includes any
pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and
exclude pending changes. For more information, see
Configuring Analysis Schemes
in the Amazon CloudSearch Developer Guide .
AmazonCloudSearch.describeAnalysisSchemes(DescribeAnalysisSchemesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeAnalysisSchemesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAnalysisSchemesRequest()
Method Detail |
---|
public String getDomainName()
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
public void setDomainName(String domainName)
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName
- The name of the domain you want to describe.public DescribeAnalysisSchemesRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName
- The name of the domain you want to describe.
public List<String> getAnalysisSchemeNames()
public void setAnalysisSchemeNames(Collection<String> analysisSchemeNames)
analysisSchemeNames
- The analysis schemes you want to describe.public DescribeAnalysisSchemesRequest withAnalysisSchemeNames(String... analysisSchemeNames)
Returns a reference to this object so that method calls can be chained together.
analysisSchemeNames
- The analysis schemes you want to describe.
public DescribeAnalysisSchemesRequest withAnalysisSchemeNames(Collection<String> analysisSchemeNames)
Returns a reference to this object so that method calls can be chained together.
analysisSchemeNames
- The analysis schemes you want to describe.
public Boolean isDeployed()
true
) or
include any pending changes (false
). Defaults to
false
.
true
) or
include any pending changes (false
). Defaults to
false
.public void setDeployed(Boolean deployed)
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 DescribeAnalysisSchemesRequest withDeployed(Boolean deployed)
true
) or
include any pending changes (false
). Defaults to
false
.
Returns a reference to this object so that method calls can be chained together.
deployed
- Whether to display the deployed configuration (true
) or
include any pending changes (false
). Defaults to
false
.
public Boolean getDeployed()
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |