@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; useful for testing and debugging.
|
GetGeoMatchSetResult |
withGeoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.