com.amazonaws.services.cloudsearchv2.model
Class DeleteIndexFieldResult

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

public class DeleteIndexFieldResult
extends Object
implements Serializable

The result of a DeleteIndexField request.

See Also:
Serialized Form

Constructor Summary
DeleteIndexFieldResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 IndexFieldStatus getIndexField()
          The status of the index field being deleted.
 int hashCode()
           
 void setIndexField(IndexFieldStatus indexField)
          The status of the index field being deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
          The status of the index field being deleted.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteIndexFieldResult

public DeleteIndexFieldResult()
Method Detail

getIndexField

public IndexFieldStatus getIndexField()
The status of the index field being deleted.

Returns:
The status of the index field being deleted.

setIndexField

public void setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.

Parameters:
indexField - The status of the index field being deleted.

withIndexField

public DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.

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

Parameters:
indexField - The status of the index field being deleted.
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.