@Generated(value="software.amazon.awssdk:codegen") public final class SegmentLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentLocation.Builder,SegmentLocation>
Specifies geographical dimension settings for a segment.
| 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 code, in ISO 3166-1 alpha-2 format, for the segment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GPSPointDimension |
gpsPoint()
The GPS location and range for the segment.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentLocation.Builder> |
serializableBuilderClass() |
SegmentLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SetDimension country()
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
public final GPSPointDimension gpsPoint()
The GPS location and range for the segment.
public SegmentLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SegmentLocation.Builder,SegmentLocation>public static SegmentLocation.Builder builder()
public static Class<? extends SegmentLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.