public class DescribeIndexFieldsResult extends Object implements Serializable
The result of a DescribeIndexFields
request. Contains the
index fields configured for the domain specified in the request.
Constructor and Description |
---|
DescribeIndexFieldsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2015. All rights reserved.