@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSuggestersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeSuggester
operation. Specifies the name of the domain
you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want
to describe. To show the active configuration and exclude any pending changes, set the Deployed
option
to true
.
NOOP
Constructor and Description |
---|
DescribeSuggestersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSuggestersRequest |
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> |
getSuggesterNames()
The suggesters you want to describe.
|
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 |
setSuggesterNames(Collection<String> suggesterNames)
The suggesters you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSuggestersRequest |
withDeployed(Boolean deployed)
Whether to display the deployed configuration (
true ) or include any pending changes (
false ). |
DescribeSuggestersRequest |
withDomainName(String domainName)
The name of the domain you want to describe.
|
DescribeSuggestersRequest |
withSuggesterNames(Collection<String> suggesterNames)
The suggesters you want to describe.
|
DescribeSuggestersRequest |
withSuggesterNames(String... suggesterNames)
The suggesters 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 DescribeSuggestersRequest 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> getSuggesterNames()
The suggesters you want to describe.
public void setSuggesterNames(Collection<String> suggesterNames)
The suggesters you want to describe.
suggesterNames
- The suggesters you want to describe.public DescribeSuggestersRequest withSuggesterNames(String... suggesterNames)
The suggesters you want to describe.
NOTE: This method appends the values to the existing list (if any). Use
setSuggesterNames(java.util.Collection)
or withSuggesterNames(java.util.Collection)
if you want
to override the existing values.
suggesterNames
- The suggesters you want to describe.public DescribeSuggestersRequest withSuggesterNames(Collection<String> suggesterNames)
The suggesters you want to describe.
suggesterNames
- The suggesters 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 DescribeSuggestersRequest 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 DescribeSuggestersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.