Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class IndexDocumentsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.IndexDocumentsResult

public class IndexDocumentsResult
extends Object

The result of an IndexDocuments action.


Constructor Summary
IndexDocumentsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getFieldNames()
          The names of the fields that are currently being processed due to an IndexDocuments action.
 int hashCode()
           
 void setFieldNames(Collection<String> fieldNames)
          The names of the fields that are currently being processed due to an IndexDocuments action.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 IndexDocumentsResult withFieldNames(Collection<String> fieldNames)
          The names of the fields that are currently being processed due to an IndexDocuments action.
 IndexDocumentsResult withFieldNames(String... fieldNames)
          The names of the fields that are currently being processed due to an IndexDocuments action.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexDocumentsResult

public IndexDocumentsResult()
Method Detail

getFieldNames

public List<String> getFieldNames()
The names of the fields that are currently being processed due to an IndexDocuments action.

Returns:
The names of the fields that are currently being processed due to an IndexDocuments action.

setFieldNames

public void setFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being processed due to an IndexDocuments action.

Parameters:
fieldNames - The names of the fields that are currently being processed due to an IndexDocuments action.

withFieldNames

public IndexDocumentsResult withFieldNames(String... fieldNames)
The names of the fields that are currently being processed due to an IndexDocuments action.

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

Parameters:
fieldNames - The names of the fields that are currently being processed due to an IndexDocuments action.
Returns:
A reference to this updated object so that method calls can be chained together.

withFieldNames

public IndexDocumentsResult withFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being processed due to an IndexDocuments action.

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

Parameters:
fieldNames - The names of the fields that are currently being processed due to an IndexDocuments action.
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.