@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeoMatchParams extends Object implements Serializable, Cloneable, StructuredPojo
The country and area code for a proxy phone number in a proxy phone session.
Constructor and Description |
---|
GeoMatchParams() |
Modifier and Type | Method and Description |
---|---|
GeoMatchParams |
clone() |
boolean |
equals(Object obj) |
String |
getAreaCode()
The area code.
|
String |
getCountry()
The country.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAreaCode(String areaCode)
The area code.
|
void |
setCountry(String country)
The country.
|
String |
toString()
Returns a string representation of this object.
|
GeoMatchParams |
withAreaCode(String areaCode)
The area code.
|
GeoMatchParams |
withCountry(String country)
The country.
|
public void setCountry(String country)
The country.
country
- The country.public String getCountry()
The country.
public GeoMatchParams withCountry(String country)
The country.
country
- The country.public void setAreaCode(String areaCode)
The area code.
areaCode
- The area code.public String getAreaCode()
The area code.
public GeoMatchParams withAreaCode(String areaCode)
The area code.
areaCode
- The area code.public String toString()
toString
in class Object
Object.toString()
public GeoMatchParams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.