@Generated(value="software.amazon.awssdk:codegen") public final class GeoMatchSetSummary extends Object implements SdkPojo, Serializable, 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() |
String |
name()
A friendly name or description of the GeoMatchSet.
|
List<SdkField<?>> |
sdkFields() |
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.