public class DescribeIndexFieldsResult extends Object implements Serializable, Cloneable
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 |
|---|---|
DescribeIndexFieldsResult |
clone() |
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)
NOTE: This method appends the values to the existing list (if
any). Use setIndexFields(java.util.Collection) or withIndexFields(java.util.Collection) if you want to override the
existing values.
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()public DescribeIndexFieldsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.