|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearch.model.DescribeIndexFieldsResult
public class DescribeIndexFieldsResult
A response message that contains the index fields for a search domain.
Constructor Summary | |
---|---|
DescribeIndexFieldsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<IndexFieldStatus> |
getIndexFields()
The index fields configured for the domain. |
int |
hashCode()
|
void |
setIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeIndexFieldsResult |
withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain. |
DescribeIndexFieldsResult |
withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeIndexFieldsResult()
Method Detail |
---|
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 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 |