public class DescribeIndexFieldsResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the index fields for a search domain.
| コンストラクタと説明 |
|---|
DescribeIndexFieldsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IndexFieldStatus> |
getIndexFields()
The index fields configured for the domain.
|
int |
hashCode() |
void |
setIndexFields(java.util.Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIndexFieldsResult |
withIndexFields(java.util.Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
public java.util.List<IndexFieldStatus> getIndexFields()
public void setIndexFields(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object