@Generated(value="software.amazon.awssdk:codegen") public final class SegmentDimensions extends Object implements SdkPojo, Serializable, 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.
|
Map<String,MetricDimension> |
metrics()
Custom segment metrics.
|
List<SdkField<?>> |
sdkFields() |
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.
|
copy
public 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,MetricDimension> metrics()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,AttributeDimension> userAttributes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SegmentDimensions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentDimensions.Builder,SegmentDimensions>
public static SegmentDimensions.Builder builder()
public static Class<? extends SegmentDimensions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.