@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeoMatchSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListGeoMatchSetsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListGeoMatchSetsResult |
clone() |
boolean |
equals(Object obj) |
List<GeoMatchSetSummary> |
getGeoMatchSets()
An array of GeoMatchSetSummary objects.
|
String |
getNextMarker()
If you have more
GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
int |
hashCode() |
void |
setGeoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
|
void |
setNextMarker(String nextMarker)
If you have more
GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGeoMatchSetsResult |
withGeoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
|
ListGeoMatchSetsResult |
withGeoMatchSets(GeoMatchSetSummary... geoMatchSets)
An array of GeoMatchSetSummary objects.
|
ListGeoMatchSetsResult |
withNextMarker(String nextMarker)
If you have more
GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
If you have more GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more GeoMatchSet
objects, submit another ListGeoMatchSets request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
nextMarker - If you have more GeoMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
GeoMatchSet objects, submit another ListGeoMatchSets request, and specify the
NextMarker value from the response in the NextMarker value in the next request.public String getNextMarker()
If you have more GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more GeoMatchSet
objects, submit another ListGeoMatchSets request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
GeoMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
GeoMatchSet objects, submit another ListGeoMatchSets request, and specify the
NextMarker value from the response in the NextMarker value in the next request.public ListGeoMatchSetsResult withNextMarker(String nextMarker)
If you have more GeoMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more GeoMatchSet
objects, submit another ListGeoMatchSets request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
nextMarker - If you have more GeoMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
GeoMatchSet objects, submit another ListGeoMatchSets request, and specify the
NextMarker value from the response in the NextMarker value in the next request.public List<GeoMatchSetSummary> getGeoMatchSets()
An array of GeoMatchSetSummary objects.
public void setGeoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
geoMatchSets - An array of GeoMatchSetSummary objects.public ListGeoMatchSetsResult withGeoMatchSets(GeoMatchSetSummary... geoMatchSets)
An array of GeoMatchSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setGeoMatchSets(java.util.Collection) or withGeoMatchSets(java.util.Collection) if you want to
override the existing values.
geoMatchSets - An array of GeoMatchSetSummary objects.public ListGeoMatchSetsResult withGeoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
geoMatchSets - An array of GeoMatchSetSummary objects.public String toString()
toString in class ObjectObject.toString()public ListGeoMatchSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.