@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeoMatchParams extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
GeoMatchParams() |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchParams |
clone() |
boolean |
equals(Object obj) |
String |
getAreaCode() |
String |
getCountry() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAreaCode(String areaCode) |
void |
setCountry(String country) |
String |
toString()
Returns a string representation of this object.
|
GeoMatchParams |
withAreaCode(String areaCode) |
GeoMatchParams |
withCountry(String country) |
public void setCountry(String country)
country - public String getCountry()
public GeoMatchParams withCountry(String country)
country - public void setAreaCode(String areaCode)
areaCode - public String getAreaCode()
public GeoMatchParams withAreaCode(String areaCode)
areaCode - public String toString()
toString in class ObjectObject.toString()public GeoMatchParams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.