@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGeoMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateGeoMatchSetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateGeoMatchSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the CreateGeoMatchSet request. |
GeoMatchSet |
getGeoMatchSet()
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateGeoMatchSet request. |
void |
setGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
String |
toString()
Returns a string representation of this object.
|
CreateGeoMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateGeoMatchSet request. |
CreateGeoMatchSetResult |
withGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet
contains no GeoMatchConstraints.
geoMatchSet - The GeoMatchSet returned in the CreateGeoMatchSet response. The
GeoMatchSet contains no GeoMatchConstraints.public GeoMatchSet getGeoMatchSet()
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet
contains no GeoMatchConstraints.
CreateGeoMatchSet response. The
GeoMatchSet contains no GeoMatchConstraints.public CreateGeoMatchSetResult withGeoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet
contains no GeoMatchConstraints.
geoMatchSet - The GeoMatchSet returned in the CreateGeoMatchSet response. The
GeoMatchSet contains no GeoMatchConstraints.public void setChangeToken(String changeToken)
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use
this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the CreateGeoMatchSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public String getChangeToken()
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use
this value to query the status of the request. For more information, see GetChangeTokenStatus.
ChangeToken that you used to submit the CreateGeoMatchSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public CreateGeoMatchSetResult withChangeToken(String changeToken)
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use
this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the CreateGeoMatchSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public String toString()
toString in class ObjectObject.toString()public CreateGeoMatchSetResult clone()