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
All Implemented Interfaces:
java.io.Serializable

public class IndexDocumentsResult
extends java.lang.Object
implements java.io.Serializable

The result of an IndexDocuments action.

See Also:
Serialized Form

Constructor Summary
IndexDocumentsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getFieldNames()
          The names of the fields that are currently being processed due to an IndexDocuments action.
 int hashCode()
           
 void setFieldNames(java.util.Collection<java.lang.String> fieldNames)
          The names of the fields that are currently being processed due to an IndexDocuments action.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 IndexDocumentsResult withFieldNames(java.util.Collection<java.lang.String> fieldNames)
          The names of the fields that are currently being processed due to an IndexDocuments action.
 IndexDocumentsResult withFieldNames(java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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