com.amazonaws.services.cloudsearchv2.model
Class IndexFieldStatus

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

public class IndexFieldStatus
extends Object
implements Serializable

The value of an IndexField and its current status.

See Also:
Serialized Form

Constructor Summary
IndexFieldStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 IndexField getOptions()
          Configuration information for a field in the index, including its name, type, and options.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 void setOptions(IndexField options)
          Configuration information for a field in the index, including its name, type, and options.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 IndexFieldStatus withOptions(IndexField options)
          Configuration information for a field in the index, including its name, type, and options.
 IndexFieldStatus withStatus(OptionStatus status)
          The status of domain configuration option.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexFieldStatus

public IndexFieldStatus()
Method Detail

getOptions

public IndexField getOptions()
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

Returns:
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

setOptions

public void setOptions(IndexField options)
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

Parameters:
options - Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

withOptions

public IndexFieldStatus withOptions(IndexField options)
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

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

Parameters:
options - Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public OptionStatus getStatus()
The status of domain configuration option.

Returns:
The status of domain configuration option.

setStatus

public void setStatus(OptionStatus status)
The status of domain configuration option.

Parameters:
status - The status of domain configuration option.

withStatus

public IndexFieldStatus withStatus(OptionStatus status)
The status of domain configuration option.

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

Parameters:
status - The status of domain configuration option.
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.