StructuredPojo
, ToCopyableBuilder<AttributeDimension.Builder,AttributeDimension>
@Generated("software.amazon.awssdk:codegen") public class AttributeDimension extends Object implements StructuredPojo, ToCopyableBuilder<AttributeDimension.Builder,AttributeDimension>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AttributeDimension.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeType() |
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
static AttributeDimension.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
public String attributeType()
AttributeType
public List<String> values()
public AttributeDimension.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttributeDimension.Builder,AttributeDimension>
public static AttributeDimension.Builder builder()
public static Class<? extends AttributeDimension.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.