@Generated(value="software.amazon.awssdk:codegen") public class SegmentDimensions extends Object implements StructuredPojo, ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SegmentDimensions.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
copypublic Map<String,AttributeDimension> attributes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SegmentBehaviors behavior()
public SegmentDemographics demographic()
public SegmentLocation location()
public Map<String,AttributeDimension> userAttributes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SegmentDimensions.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>public static SegmentDimensions.Builder builder()
public static Class<? extends SegmentDimensions.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.