Class DescribeIndexFieldsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeIndexFieldsResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DescribeIndexFields request. Contains the index
fields configured for the domain specified in the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe index fields configured for the domain.inthashCode()voidsetIndexFields(Collection<IndexFieldStatus> indexFields) The index fields configured for the domain.toString()Returns a string representation of this object; useful for testing and debugging.withIndexFields(IndexFieldStatus... indexFields) The index fields configured for the domain.withIndexFields(Collection<IndexFieldStatus> indexFields) The index fields configured for the domain.
-
Constructor Details
-
DescribeIndexFieldsResult
public DescribeIndexFieldsResult()
-
-
Method Details
-
getIndexFields
The index fields configured for the domain.
- Returns:
- The index fields configured for the domain.
-
setIndexFields
The index fields configured for the domain.
- Parameters:
indexFields- The index fields configured for the domain.
-
withIndexFields
The index fields configured for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setIndexFields(java.util.Collection)orwithIndexFields(java.util.Collection)if you want to override the existing values.- Parameters:
indexFields- The index fields configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIndexFields
The index fields configured for the domain.
- Parameters:
indexFields- The index fields configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-