@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGeoMatchSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGeoMatchSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGeoMatchSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
String |
getGeoMatchSetId()
The
GeoMatchSetId of the GeoMatchSet that you want to update. |
List<GeoMatchSetUpdate> |
getUpdates()
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setGeoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to update. |
void |
setUpdates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGeoMatchSetRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateGeoMatchSetRequest |
withGeoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to update. |
UpdateGeoMatchSetRequest |
withUpdates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
UpdateGeoMatchSetRequest |
withUpdates(GeoMatchSetUpdate... updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGeoMatchSetId(String geoMatchSetId)
The GeoMatchSetId
of the GeoMatchSet that you want to update. GeoMatchSetId
is
returned by CreateGeoMatchSet and by ListGeoMatchSets.
geoMatchSetId
- The GeoMatchSetId
of the GeoMatchSet that you want to update.
GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.public String getGeoMatchSetId()
The GeoMatchSetId
of the GeoMatchSet that you want to update. GeoMatchSetId
is
returned by CreateGeoMatchSet and by ListGeoMatchSets.
GeoMatchSetId
of the GeoMatchSet that you want to update.
GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.public UpdateGeoMatchSetRequest withGeoMatchSetId(String geoMatchSetId)
The GeoMatchSetId
of the GeoMatchSet that you want to update. GeoMatchSetId
is
returned by CreateGeoMatchSet and by ListGeoMatchSets.
geoMatchSetId
- The GeoMatchSetId
of the GeoMatchSet that you want to update.
GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.public void setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.public String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateGeoMatchSetRequest withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.public List<GeoMatchSetUpdate> getUpdates()
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To
add multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
public void setUpdates(Collection<GeoMatchSetUpdate> updates)
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
updates
- An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
public UpdateGeoMatchSetRequest withUpdates(GeoMatchSetUpdate... updates)
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
NOTE: This method appends the values to the existing list (if any). Use
setUpdates(java.util.Collection)
or withUpdates(java.util.Collection)
if you want to override
the existing values.
updates
- An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
public UpdateGeoMatchSetRequest withUpdates(Collection<GeoMatchSetUpdate> updates)
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
updates
- An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add
multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
public String toString()
toString
in class Object
Object.toString()
public UpdateGeoMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.