@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGeoMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetGeoMatchSetResult () |
| Modifier and Type | Method and Description |
|---|---|
GetGeoMatchSetResult |
clone () |
boolean |
equals (Object obj) |
GeoMatchSet |
getGeoMatchSet ()
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
int |
hashCode () |
void |
setGeoMatchSet (GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
String |
toString ()
Returns a string representation of this object.
|
GetGeoMatchSetResult |
withGeoMatchSet (GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetGeoMatchSetResult()
public void setGeoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This
includes the Type, which for a GeoMatchContraint is always Country, as
well as the Value, which is the identifier for a specific country.
geoMatchSet - Information about the GeoMatchSet that you specified in the GetGeoMatchSet request.
This includes the Type, which for a GeoMatchContraint is always
Country, as well as the Value, which is the identifier for a specific country.public GeoMatchSet getGeoMatchSet()
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This
includes the Type, which for a GeoMatchContraint is always Country, as
well as the Value, which is the identifier for a specific country.
GetGeoMatchSet request.
This includes the Type, which for a GeoMatchContraint is always
Country, as well as the Value, which is the identifier for a specific country.public GetGeoMatchSetResult withGeoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This
includes the Type, which for a GeoMatchContraint is always Country, as
well as the Value, which is the identifier for a specific country.
geoMatchSet - Information about the GeoMatchSet that you specified in the GetGeoMatchSet request.
This includes the Type, which for a GeoMatchContraint is always
Country, as well as the Value, which is the identifier for a specific country.public String toString()
toString in class Object Object.toString() public GetGeoMatchSetResult clone()