public class SearchPlaceIndexForPositionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SearchPlaceIndexForPositionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<SearchForPositionResult> |
getResults()
Returns a list of Places closest to the specified position.
|
SearchPlaceIndexForPositionSummary |
getSummary()
Contains a summary of the request.
|
int |
hashCode() |
void |
setResults(java.util.Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position.
|
void |
setSummary(SearchPlaceIndexForPositionSummary summary)
Contains a summary of the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchPlaceIndexForPositionResult |
withResults(java.util.Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position.
|
SearchPlaceIndexForPositionResult |
withResults(SearchForPositionResult... results)
Returns a list of Places closest to the specified position.
|
SearchPlaceIndexForPositionResult |
withSummary(SearchPlaceIndexForPositionSummary summary)
Contains a summary of the request.
|
public java.util.List<SearchForPositionResult> getResults()
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
public void setResults(java.util.Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
results
- Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
public SearchPlaceIndexForPositionResult withResults(SearchForPositionResult... results)
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Returns a reference to this object so that method calls can be chained together.
results
- Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
public SearchPlaceIndexForPositionResult withResults(java.util.Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Returns a reference to this object so that method calls can be chained together.
results
- Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
public SearchPlaceIndexForPositionSummary getSummary()
Contains a summary of the request.
Contains a summary of the request.
public void setSummary(SearchPlaceIndexForPositionSummary summary)
Contains a summary of the request.
summary
- Contains a summary of the request.
public SearchPlaceIndexForPositionResult withSummary(SearchPlaceIndexForPositionSummary summary)
Contains a summary of the request.
Returns a reference to this object so that method calls can be chained together.
summary
- Contains a summary of the request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.