Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class UpdateDefaultSearchFieldResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.UpdateDefaultSearchFieldResult
All Implemented Interfaces:
Serializable

public class UpdateDefaultSearchFieldResult
extends Object
implements Serializable

A response message that contains the status of an updated default search field.

See Also:
Serialized Form

Constructor Summary
UpdateDefaultSearchFieldResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 DefaultSearchFieldStatus getDefaultSearchField()
          The value of the DefaultSearchField configured for this search domain and its current status.
 int hashCode()
           
 void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
          The value of the DefaultSearchField configured for this search domain and its current status.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
          The value of the DefaultSearchField configured for this search domain and its current status.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateDefaultSearchFieldResult

public UpdateDefaultSearchFieldResult()
Method Detail

getDefaultSearchField

public DefaultSearchFieldStatus getDefaultSearchField()
The value of the DefaultSearchField configured for this search domain and its current status.

Returns:
The value of the DefaultSearchField configured for this search domain and its current status.

setDefaultSearchField

public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the DefaultSearchField configured for this search domain and its current status.

Parameters:
defaultSearchField - The value of the DefaultSearchField configured for this search domain and its current status.

withDefaultSearchField

public UpdateDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the DefaultSearchField configured for this search domain and its current status.

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

Parameters:
defaultSearchField - The value of the DefaultSearchField configured for this search domain and its current status.
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.