@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReverseGeocodingConfig extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReverseGeocodingConfig() |
| Modifier and Type | Method and Description |
|---|---|
ReverseGeocodingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getXAttributeName()
|
String |
getYAttributeName()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setXAttributeName(String xAttributeName)
|
void |
setYAttributeName(String yAttributeName)
|
String |
toString()
Returns a string representation of this object.
|
ReverseGeocodingConfig |
withXAttributeName(String xAttributeName)
|
ReverseGeocodingConfig |
withYAttributeName(String yAttributeName)
|
public void setXAttributeName(String xAttributeName)
xAttributeName - public String getXAttributeName()
public ReverseGeocodingConfig withXAttributeName(String xAttributeName)
xAttributeName - public void setYAttributeName(String yAttributeName)
yAttributeName - public String getYAttributeName()
public ReverseGeocodingConfig withYAttributeName(String yAttributeName)
yAttributeName - 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.