Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeIndexFieldsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.DescribeIndexFieldsResult
All Implemented Interfaces:
Serializable

public class DescribeIndexFieldsResult
extends Object
implements Serializable

A response message that contains the index fields for a search domain.

See Also:
Serialized Form

Constructor Summary
DescribeIndexFieldsResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeIndexFieldsResult

public DescribeIndexFieldsResult()
Method Detail

getIndexFields

public List<IndexFieldStatus> getIndexFields()
The index fields configured for the domain.

Returns:
The index fields configured for the domain.

setIndexFields

public void setIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.

Parameters:
indexFields - The index fields configured for the domain.

withIndexFields

public DescribeIndexFieldsResult withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
indexFields - The index fields configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

withIndexFields

public DescribeIndexFieldsResult withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
indexFields - The index fields configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.