@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  GetGeoMatchSetrequest. | 
| int | hashCode() | 
| void | setGeoMatchSet(GeoMatchSet geoMatchSet)
 Information about the GeoMatchSet that you specified in the  GetGeoMatchSetrequest. | 
| String | toString()Returns a string representation of this object. | 
| GetGeoMatchSetResult | withGeoMatchSet(GeoMatchSet geoMatchSet)
 Information about the GeoMatchSet that you specified in the  GetGeoMatchSetrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetGeoMatchSetResult clone()