@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchPlaceIndexForPositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchPlaceIndexForPositionRequest() |
Modifier and Type | Method and Description |
---|---|
SearchPlaceIndexForPositionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the place index resource you want to use for the search.
|
String |
getLanguage()
The preferred language used to return results.
|
Integer |
getMaxResults()
An optional parameter.
|
List<Double> |
getPosition()
Specifies the longitude and latitude of the position to query.
|
int |
hashCode() |
void |
setIndexName(String indexName)
The name of the place index resource you want to use for the search.
|
void |
setLanguage(String language)
The preferred language used to return results.
|
void |
setMaxResults(Integer maxResults)
An optional parameter.
|
void |
setPosition(Collection<Double> position)
Specifies the longitude and latitude of the position to query.
|
String |
toString()
Returns a string representation of this object.
|
SearchPlaceIndexForPositionRequest |
withIndexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForPositionRequest |
withLanguage(String language)
The preferred language used to return results.
|
SearchPlaceIndexForPositionRequest |
withMaxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForPositionRequest |
withPosition(Collection<Double> position)
Specifies the longitude and latitude of the position to query.
|
SearchPlaceIndexForPositionRequest |
withPosition(Double... position)
Specifies the longitude and latitude of the position to query.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIndexName(String indexName)
The name of the place index resource you want to use for the search.
indexName
- The name of the place index resource you want to use for the search.public String getIndexName()
The name of the place index resource you want to use for the search.
public SearchPlaceIndexForPositionRequest withIndexName(String indexName)
The name of the place index resource you want to use for the search.
indexName
- The name of the place index resource you want to use for the search.public void setLanguage(String language)
The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en
for English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
language
- The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en
for
English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
public String getLanguage()
The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en
for English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
en
for
English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
public SearchPlaceIndexForPositionRequest withLanguage(String language)
The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en
for English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
language
- The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en
for
English.
This setting affects the languages used in the results. It does not change which results are returned. If the language is not specified, or not supported for a particular result, the partner automatically chooses a language for the result.
public void setMaxResults(Integer maxResults)
An optional parameter. The maximum number of results returned per request.
Default value: 50
maxResults
- An optional parameter. The maximum number of results returned per request.
Default value: 50
public Integer getMaxResults()
An optional parameter. The maximum number of results returned per request.
Default value: 50
Default value: 50
public SearchPlaceIndexForPositionRequest withMaxResults(Integer maxResults)
An optional parameter. The maximum number of results returned per request.
Default value: 50
maxResults
- An optional parameter. The maximum number of results returned per request.
Default value: 50
public List<Double> getPosition()
Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and
latitude 49.2847
.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude
-123.1174
and latitude 49.2847
.
public void setPosition(Collection<Double> position)
Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and
latitude 49.2847
.
position
- Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and latitude 49.2847
.
public SearchPlaceIndexForPositionRequest withPosition(Double... position)
Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and
latitude 49.2847
.
NOTE: This method appends the values to the existing list (if any). Use
setPosition(java.util.Collection)
or withPosition(java.util.Collection)
if you want to override
the existing values.
position
- Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and latitude 49.2847
.
public SearchPlaceIndexForPositionRequest withPosition(Collection<Double> position)
Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and
latitude 49.2847
.
position
- Specifies the longitude and latitude of the position to query.
This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847]
represents a position with longitude -123.1174
and latitude 49.2847
.
public String toString()
toString
in class Object
Object.toString()
public SearchPlaceIndexForPositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()