@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchForTextResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains relevant Places returned by calling SearchPlaceIndexForText.
| Constructor and Description |
|---|
SearchForTextResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchForTextResult |
clone() |
boolean |
equals(Object obj) |
Place |
getPlace()
Contains details about the relevant point of interest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPlace(Place place)
Contains details about the relevant point of interest.
|
String |
toString()
Returns a string representation of this object.
|
SearchForTextResult |
withPlace(Place place)
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 Place getPlace()
Contains details about the relevant point of interest.
public SearchForTextResult withPlace(Place place)
Contains details about the relevant point of interest.
place - Contains details about the relevant point of interest.public String toString()
toString in class ObjectObject.toString()public SearchForTextResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.