@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentDemographics extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SegmentDemographics() |
Modifier and Type | Method and Description |
---|---|
SegmentDemographics |
clone() |
boolean |
equals(Object obj) |
SetDimension |
getAppVersion()
The app version criteria for the segment.
|
SetDimension |
getChannel()
The channel criteria for the segment.
|
SetDimension |
getDeviceType()
The device type criteria for the segment.
|
SetDimension |
getMake()
The device make criteria for the segment.
|
SetDimension |
getModel()
The device model criteria for the segment.
|
SetDimension |
getPlatform()
The device platform criteria for the segment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
void |
setChannel(SetDimension channel)
The channel criteria for the segment.
|
void |
setDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
void |
setMake(SetDimension make)
The device make criteria for the segment.
|
void |
setModel(SetDimension model)
The device model criteria for the segment.
|
void |
setPlatform(SetDimension platform)
The device platform criteria for the segment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SegmentDemographics |
withAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
SegmentDemographics |
withChannel(SetDimension channel)
The channel criteria for the segment.
|
SegmentDemographics |
withDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
SegmentDemographics |
withMake(SetDimension make)
The device make criteria for the segment.
|
SegmentDemographics |
withModel(SetDimension model)
The device model criteria for the segment.
|
SegmentDemographics |
withPlatform(SetDimension platform)
The device platform criteria for the segment.
|
public void setAppVersion(SetDimension appVersion)
appVersion
- The app version criteria for the segment.public SetDimension getAppVersion()
public SegmentDemographics withAppVersion(SetDimension appVersion)
appVersion
- The app version criteria for the segment.public void setChannel(SetDimension channel)
channel
- The channel criteria for the segment.public SetDimension getChannel()
public SegmentDemographics withChannel(SetDimension channel)
channel
- The channel criteria for the segment.public void setDeviceType(SetDimension deviceType)
deviceType
- The device type criteria for the segment.public SetDimension getDeviceType()
public SegmentDemographics withDeviceType(SetDimension deviceType)
deviceType
- The device type criteria for the segment.public void setMake(SetDimension make)
make
- The device make criteria for the segment.public SetDimension getMake()
public SegmentDemographics withMake(SetDimension make)
make
- The device make criteria for the segment.public void setModel(SetDimension model)
model
- The device model criteria for the segment.public SetDimension getModel()
public SegmentDemographics withModel(SetDimension model)
model
- The device model criteria for the segment.public void setPlatform(SetDimension platform)
platform
- The device platform criteria for the segment.public SetDimension getPlatform()
public SegmentDemographics withPlatform(SetDimension platform)
platform
- The device platform criteria for the segment.public String toString()
toString
in class Object
Object.toString()
public SegmentDemographics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.