Class GeocodeQueryComponents
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<GeocodeQueryComponents.Builder,- GeocodeQueryComponents> 
A structured free text query allows you to search for places by the name or text representation of specific properties of the place.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe house number or address results should have.builder()final Stringcountry()The alpha-2 or alpha-3 character code for the country that the results will be present in.final Stringdistrict()The district or division of a city the results should be present in.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringlocality()The city or locality results should be present in.final StringAn alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.final Stringregion()The region or state results should be to be present in.static Class<? extends GeocodeQueryComponents.Builder> final Stringstreet()The name of the street results should be present in.final StringThe sub-region or county for which results should be present in.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
countryThe alpha-2 or alpha-3 character code for the country that the results will be present in. - Returns:
- The alpha-2 or alpha-3 character code for the country that the results will be present in.
 
- 
regionThe region or state results should be to be present in. Example: North Rhine-Westphalia.- Returns:
- The region or state results should be to be present in. 
         Example: North Rhine-Westphalia.
 
- 
subRegionThe sub-region or county for which results should be present in. - Returns:
- The sub-region or county for which results should be present in.
 
- 
localityThe city or locality results should be present in. Example: Vancouver.- Returns:
- The city or locality results should be present in. 
         Example: Vancouver.
 
- 
districtThe district or division of a city the results should be present in. - Returns:
- The district or division of a city the results should be present in.
 
- 
streetThe name of the street results should be present in. - Returns:
- The name of the street results should be present in.
 
- 
addressNumberThe house number or address results should have. - Returns:
- The house number or address results should have.
 
- 
postalCodeAn alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess. - Returns:
- An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<GeocodeQueryComponents.Builder,- GeocodeQueryComponents> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-