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()
The index fields configured for the domain.
public void setIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
indexFields
- The index fields configured for the domain.public DescribeIndexFieldsResult withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
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.
indexFields
- The index fields configured for the domain.public DescribeIndexFieldsResult withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
indexFields
- The index fields configured for the domain.public String toString()
toString
in class Object
Object.toString()
public DescribeIndexFieldsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.