public class SearchForTextResult
extends java.lang.Object
implements java.io.Serializable
 Contains relevant Places returned by calling
 SearchPlaceIndexForText.
 
| Constructor and Description | 
|---|
SearchForTextResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
Place | 
getPlace()
 Contains details about the relevant point of interest. 
 | 
int | 
hashCode()  | 
void | 
setPlace(Place place)
 Contains details about the relevant point of interest. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
SearchForTextResult | 
withPlace(Place place)
 Contains details about the relevant point of interest. 
 | 
public Place getPlace()
Contains details about the relevant point of interest.
Contains details about the relevant point of interest.
public void setPlace(Place place)
Contains details about the relevant point of interest.
place - Contains details about the relevant point of interest.
public SearchForTextResult withPlace(Place place)
Contains details about the relevant point of interest.
Returns a reference to this object so that method calls can be chained together.
place - Contains details about the relevant point of interest.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.