@Generated(value="software.amazon.awssdk:codegen") public final class SegmentDemographics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SegmentDemographics.Builder |
| Modifier and Type | Method and Description |
|---|---|
SetDimension |
appVersion()
The app version criteria for the segment.
|
static SegmentDemographics.Builder |
builder() |
SetDimension |
channel()
The channel criteria for the segment.
|
SetDimension |
deviceType()
The device type criteria for the segment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SetDimension |
make()
The device make criteria for the segment.
|
SetDimension |
model()
The device model criteria for the segment.
|
SetDimension |
platform()
The device platform criteria for the segment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentDemographics.Builder> |
serializableBuilderClass() |
SegmentDemographics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SetDimension appVersion()
The app version criteria for the segment.
public SetDimension channel()
The channel criteria for the segment.
public SetDimension deviceType()
The device type criteria for the segment.
public SetDimension make()
The device make criteria for the segment.
public SetDimension model()
The device model criteria for the segment.
public SetDimension platform()
The device platform criteria for the segment.
public SegmentDemographics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>public static SegmentDemographics.Builder builder()
public static Class<? extends SegmentDemographics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.