@Generated(value="software.amazon.awssdk:codegen") public class SetDimension extends Object implements StructuredPojo, ToCopyableBuilder<SetDimension.Builder,SetDimension>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetDimension.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetDimension.Builder |
builder() |
DimensionType |
dimensionType()
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
String |
dimensionTypeAsString()
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends SetDimension.Builder> |
serializableBuilderClass() |
SetDimension.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 DimensionType dimensionType()
If the service returns an enum value that is not available in the current SDK version, dimensionType
will return DimensionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dimensionTypeAsString().
DimensionTypepublic String dimensionTypeAsString()
If the service returns an enum value that is not available in the current SDK version, dimensionType
will return DimensionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dimensionTypeAsString().
DimensionTypepublic List<String> values()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SetDimension.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SetDimension.Builder,SetDimension>public static SetDimension.Builder builder()
public static Class<? extends SetDimension.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.