public class DescribeIndexFieldsRequest extends AmazonWebServiceRequest implements Serializable
DescribeIndexFields operation
.
Gets information about the index fields configured for the search
domain. Can be limited to specific fields by name. By default, shows
all fields 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
Getting Domain Information
in the Amazon CloudSearch Developer Guide .
NOOP
Constructor and Description |
---|
DescribeIndexFieldsRequest() |
Modifier and Type | Method and Description |
---|---|
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> |
getFieldNames()
A list of the index fields 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 |
setFieldNames(Collection<String> fieldNames)
A list of the index fields you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIndexFieldsRequest |
withDeployed(Boolean deployed)
Whether to display the deployed configuration (
true ) or
include any pending changes (false ). |
DescribeIndexFieldsRequest |
withDomainName(String domainName)
The name of the domain you want to describe.
|
DescribeIndexFieldsRequest |
withFieldNames(Collection<String> fieldNames)
A list of the index fields you want to describe.
|
DescribeIndexFieldsRequest |
withFieldNames(String... fieldNames)
A list of the index fields you want to describe.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 DescribeIndexFieldsRequest 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> getFieldNames()
public void setFieldNames(Collection<String> fieldNames)
fieldNames
- A list of the index fields you want to describe. If not specified,
information is returned for all configured index fields.public DescribeIndexFieldsRequest withFieldNames(String... fieldNames)
Returns a reference to this object so that method calls can be chained together.
fieldNames
- A list of the index fields you want to describe. If not specified,
information is returned for all configured index fields.public DescribeIndexFieldsRequest withFieldNames(Collection<String> fieldNames)
Returns a reference to this object so that method calls can be chained together.
fieldNames
- A list of the index fields you want to describe. If not specified,
information is returned for all configured index fields.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 DescribeIndexFieldsRequest 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()
Copyright © 2014. All rights reserved.