StructuredPojo
, ToCopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
@Generated("software.amazon.awssdk:codegen") public class SegmentDemographics extends Object implements StructuredPojo, ToCopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SegmentDemographics.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
SetDimension |
make() |
The device make criteria for the segment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
SetDimension |
model() |
The device model criteria for the segment.
|
SetDimension |
platform() |
The device platform criteria for the segment.
|
static Class<? extends SegmentDemographics.Builder> |
serializableBuilderClass() |
|
SegmentDemographics.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public SetDimension appVersion()
public SetDimension channel()
public SetDimension deviceType()
public SetDimension make()
public SetDimension model()
public SetDimension platform()
public SegmentDemographics.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
public static SegmentDemographics.Builder builder()
public static Class<? extends SegmentDemographics.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.