StructuredPojo
, ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>
@Generated("software.amazon.awssdk:codegen") public class SegmentDimensions extends Object implements StructuredPojo, ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SegmentDimensions.Builder |
Modifier and Type | Method | Description |
---|---|---|
Map<String,AttributeDimension> |
attributes() |
Custom segment attributes.
|
SegmentBehaviors |
behavior() |
The segment behaviors attributes.
|
static SegmentDimensions.Builder |
builder() |
|
SegmentDemographics |
demographic() |
The segment demographics attributes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
SegmentLocation |
location() |
The segment location attributes.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends SegmentDimensions.Builder> |
serializableBuilderClass() |
|
SegmentDimensions.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Map<String,AttributeDimension> |
userAttributes() |
Custom segment user attributes.
|
public Map<String,AttributeDimension> attributes()
public SegmentBehaviors behavior()
public SegmentDemographics demographic()
public SegmentLocation location()
public Map<String,AttributeDimension> userAttributes()
public SegmentDimensions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>
public static SegmentDimensions.Builder builder()
public static Class<? extends SegmentDimensions.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.