public class DescribeIndexFieldsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeIndexFields
request. Contains the index
fields configured for the domain specified in the request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IndexFieldStatus> |
indexFields
The index fields configured for the domain.
|
Constructor and Description |
---|
DescribeIndexFieldsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIndexFieldsResult |
clone() |
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.
|
private SdkInternalList<IndexFieldStatus> indexFields
The index fields configured for the domain.
public java.util.List<IndexFieldStatus> getIndexFields()
The index fields configured for the domain.
public void setIndexFields(java.util.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(java.util.Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
indexFields
- The index fields configured for the domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeIndexFieldsResult clone()
clone
in class java.lang.Object