Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeDefaultSearchFieldResult

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

public class DescribeDefaultSearchFieldResult
extends Object
implements Serializable

A response message that contains the default search field for a search domain.

See Also:
Serialized Form

Constructor Summary
DescribeDefaultSearchFieldResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 DefaultSearchFieldStatus getDefaultSearchField()
          The name of the IndexField to use for search requests issued with the q parameter.
 int hashCode()
           
 void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
          The name of the IndexField to use for search requests issued with the q parameter.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
          The name of the IndexField to use for search requests issued with the q parameter.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDefaultSearchFieldResult

public DescribeDefaultSearchFieldResult()
Method Detail

getDefaultSearchField

public DefaultSearchFieldStatus getDefaultSearchField()
The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.

Returns:
The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.

setDefaultSearchField

public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.

Parameters:
defaultSearchField - The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.

withDefaultSearchField

public DescribeDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.

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

Parameters:
defaultSearchField - The name of the IndexField to use for search requests issued with the q parameter. The default is the empty string, which automatically searches all text fields.
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.