public class DescribeSuggestersRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.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
.
Modifier and Type | Field and Description |
---|---|
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.
|
private SdkInternalList<java.lang.String> |
suggesterNames
The suggesters you want to describe.
|
NOOP
Constructor and Description |
---|
DescribeSuggestersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSuggestersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
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.
|
java.util.List<java.lang.String> |
getSuggesterNames()
The suggesters you want to describe.
|
int |
hashCode() |
java.lang.Boolean |
isDeployed()
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
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.
|
void |
setSuggesterNames(java.util.Collection<java.lang.String> suggesterNames)
The suggesters you want to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSuggestersRequest |
withDeployed(java.lang.Boolean deployed)
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
DescribeSuggestersRequest |
withDomainName(java.lang.String domainName)
The name of the domain you want to describe.
|
DescribeSuggestersRequest |
withSuggesterNames(java.util.Collection<java.lang.String> suggesterNames)
The suggesters you want to describe.
|
DescribeSuggestersRequest |
withSuggesterNames(java.lang.String... suggesterNames)
The suggesters 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> suggesterNames
The suggesters 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 DescribeSuggestersRequest 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> getSuggesterNames()
The suggesters you want to describe.
public void setSuggesterNames(java.util.Collection<java.lang.String> suggesterNames)
The suggesters you want to describe.
suggesterNames
- The suggesters you want to describe.public DescribeSuggestersRequest withSuggesterNames(java.lang.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(java.util.Collection<java.lang.String> suggesterNames)
The suggesters you want to describe.
suggesterNames
- The suggesters 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 DescribeSuggestersRequest 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 DescribeSuggestersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()