@Generated(value="software.amazon.awssdk:codegen") public final class SegmentLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentLocation.Builder,SegmentLocation>
Modifier and Type | Class and Description |
---|---|
static interface |
SegmentLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static SegmentLocation.Builder |
builder() |
SetDimension |
country()
The country or region, in ISO 3166-1 alpha-2 format.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GPSPointDimension |
gpsPoint()
The GPS Point dimension.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentLocation.Builder> |
serializableBuilderClass() |
SegmentLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SetDimension country()
public GPSPointDimension gpsPoint()
public SegmentLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentLocation.Builder,SegmentLocation>
public static SegmentLocation.Builder builder()
public static Class<? extends SegmentLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.