@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReverseGeocodingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for Reverse Geocoding operation type.
| Constructor and Description | 
|---|
| ReverseGeocodingConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReverseGeocodingConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getXAttributeName()
 The field name for the data that describes x-axis coordinate, eg. | 
| String | getYAttributeName()
 The field name for the data that describes y-axis coordinate, eg. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setXAttributeName(String xAttributeName)
 The field name for the data that describes x-axis coordinate, eg. | 
| void | setYAttributeName(String yAttributeName)
 The field name for the data that describes y-axis coordinate, eg. | 
| String | toString()Returns a string representation of this object. | 
| ReverseGeocodingConfig | withXAttributeName(String xAttributeName)
 The field name for the data that describes x-axis coordinate, eg. | 
| ReverseGeocodingConfig | withYAttributeName(String yAttributeName)
 The field name for the data that describes y-axis coordinate, eg. | 
public void setXAttributeName(String xAttributeName)
The field name for the data that describes x-axis coordinate, eg. longitude of a point.
xAttributeName - The field name for the data that describes x-axis coordinate, eg. longitude of a point.public String getXAttributeName()
The field name for the data that describes x-axis coordinate, eg. longitude of a point.
public ReverseGeocodingConfig withXAttributeName(String xAttributeName)
The field name for the data that describes x-axis coordinate, eg. longitude of a point.
xAttributeName - The field name for the data that describes x-axis coordinate, eg. longitude of a point.public void setYAttributeName(String yAttributeName)
The field name for the data that describes y-axis coordinate, eg. latitude of a point.
yAttributeName - The field name for the data that describes y-axis coordinate, eg. latitude of a point.public String getYAttributeName()
The field name for the data that describes y-axis coordinate, eg. latitude of a point.
public ReverseGeocodingConfig withYAttributeName(String yAttributeName)
The field name for the data that describes y-axis coordinate, eg. latitude of a point.
yAttributeName - The field name for the data that describes y-axis coordinate, eg. latitude of a point.public String toString()
toString in class ObjectObject.toString()public ReverseGeocodingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.