@Generated(value="software.amazon.awssdk:codegen") public final class AttributeDimension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeDimension.Builder,AttributeDimension>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributeDimension.Builder |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
attributeType()
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
String |
attributeTypeAsString()
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
static AttributeDimension.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeDimension.Builder> |
serializableBuilderClass() |
AttributeDimension.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
values()
The criteria values for the segment dimension.
|
copypublic AttributeType attributeType()
If the service returns an enum value that is not available in the current SDK version, attributeType
will return AttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
attributeTypeAsString().
AttributeTypepublic String attributeTypeAsString()
If the service returns an enum value that is not available in the current SDK version, attributeType
will return AttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
attributeTypeAsString().
AttributeTypepublic List<String> values()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AttributeDimension.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AttributeDimension.Builder,AttributeDimension>public static AttributeDimension.Builder builder()
public static Class<? extends AttributeDimension.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.