@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeoMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the identifier and the name of the GeoMatchSet.
| Constructor and Description |
|---|
GeoMatchSetSummary() |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getGeoMatchSetId()
The
GeoMatchSetId for an GeoMatchSet. |
String |
getName()
A friendly name or description of the GeoMatchSet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGeoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId for an GeoMatchSet. |
void |
setName(String name)
A friendly name or description of the GeoMatchSet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GeoMatchSetSummary |
withGeoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId for an GeoMatchSet. |
GeoMatchSetSummary |
withName(String name)
A friendly name or description of the GeoMatchSet.
|
public void setGeoMatchSetId(String geoMatchSetId)
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
geoMatchSetId - The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.public String getGeoMatchSetId()
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.public GeoMatchSetSummary withGeoMatchSetId(String geoMatchSetId)
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
geoMatchSetId - The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.public void setName(String name)
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.
name - A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.public String getName()
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.
GeoMatchSet after you create it.public GeoMatchSetSummary withName(String name)
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.
name - A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.public String toString()
toString in class ObjectObject.toString()public GeoMatchSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.