@Generated(value="software.amazon.awssdk:codegen") public final class GeoMatchSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>
Contains the identifier and the name of the GeoMatchSet
.
Modifier and Type | Class and Description |
---|---|
static interface |
GeoMatchSetSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static GeoMatchSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
String |
geoMatchSetId()
The
GeoMatchSetId for an GeoMatchSet. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
A friendly name or description of the GeoMatchSet.
|
static Class<? extends GeoMatchSetSummary.Builder> |
serializableBuilderClass() |
GeoMatchSetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String geoMatchSetId()
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 String name()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>
public static GeoMatchSetSummary.Builder builder()
public static Class<? extends GeoMatchSetSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.