DescribeIndexFieldsResult instead.@Deprecated public class DescribeIndexFieldsResult extends Object implements Serializable
A response message that contains the index fields for a search domain.
| Constructor and Description |
|---|
DescribeIndexFieldsResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
List<IndexFieldStatus> |
getIndexFields()
Deprecated.
The index fields configured for the domain.
|
int |
hashCode()
Deprecated.
|
void |
setIndexFields(Collection<IndexFieldStatus> indexFields)
Deprecated.
The index fields configured for the domain.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIndexFieldsResult |
withIndexFields(Collection<IndexFieldStatus> indexFields)
Deprecated.
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
withIndexFields(IndexFieldStatus... indexFields)
Deprecated.
The index fields configured for the domain.
|
public List<IndexFieldStatus> getIndexFields()
public void setIndexFields(Collection<IndexFieldStatus> indexFields)
indexFields - The index fields configured for the domain.public DescribeIndexFieldsResult withIndexFields(IndexFieldStatus... indexFields)
Returns a reference to this object so that method calls can be chained together.
indexFields - The index fields configured for the domain.public DescribeIndexFieldsResult withIndexFields(Collection<IndexFieldStatus> indexFields)
Returns a reference to this object so that method calls can be chained together.
indexFields - The index fields configured for the domain.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.