com.amazonaws.services.cloudsearchv2.model
Class IndexDocumentsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.IndexDocumentsResult
All Implemented Interfaces:
Serializable

public class IndexDocumentsResult
extends Object
implements Serializable

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

See Also:
Serialized Form

Constructor Summary
IndexDocumentsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getFieldNames()
          The names of the fields that are currently being indexed.
 int hashCode()
           
 void setFieldNames(Collection<String> fieldNames)
          The names of the fields that are currently being indexed.
 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 indexed.
 IndexDocumentsResult withFieldNames(String... fieldNames)
          The names of the fields that are currently being indexed.
 
Methods inherited from class java.lang.Object
clone, finalize, 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 indexed.

Returns:
The names of the fields that are currently being indexed.

setFieldNames

public void setFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed.

Parameters:
fieldNames - The names of the fields that are currently being indexed.

withFieldNames

public IndexDocumentsResult withFieldNames(String... fieldNames)
The names of the fields that are currently being indexed.

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 indexed.
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 indexed.

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 indexed.
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 © 2016. All rights reserved.