@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DimensionField extends Object implements Serializable, Cloneable, StructuredPojo
The dimension type field.
Constructor and Description |
---|
DimensionField() |
Modifier and Type | Method and Description |
---|---|
DimensionField |
clone() |
boolean |
equals(Object obj) |
CategoricalDimensionField |
getCategoricalDimensionField()
The dimension type field with categorical type columns.
|
DateDimensionField |
getDateDimensionField()
The dimension type field with date type columns.
|
NumericalDimensionField |
getNumericalDimensionField()
The dimension type field with numerical type columns.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoricalDimensionField(CategoricalDimensionField categoricalDimensionField)
The dimension type field with categorical type columns.
|
void |
setDateDimensionField(DateDimensionField dateDimensionField)
The dimension type field with date type columns.
|
void |
setNumericalDimensionField(NumericalDimensionField numericalDimensionField)
The dimension type field with numerical type columns.
|
String |
toString()
Returns a string representation of this object.
|
DimensionField |
withCategoricalDimensionField(CategoricalDimensionField categoricalDimensionField)
The dimension type field with categorical type columns.
|
DimensionField |
withDateDimensionField(DateDimensionField dateDimensionField)
The dimension type field with date type columns.
|
DimensionField |
withNumericalDimensionField(NumericalDimensionField numericalDimensionField)
The dimension type field with numerical type columns.
|
public void setNumericalDimensionField(NumericalDimensionField numericalDimensionField)
The dimension type field with numerical type columns.
numericalDimensionField
- The dimension type field with numerical type columns.public NumericalDimensionField getNumericalDimensionField()
The dimension type field with numerical type columns.
public DimensionField withNumericalDimensionField(NumericalDimensionField numericalDimensionField)
The dimension type field with numerical type columns.
numericalDimensionField
- The dimension type field with numerical type columns.public void setCategoricalDimensionField(CategoricalDimensionField categoricalDimensionField)
The dimension type field with categorical type columns.
categoricalDimensionField
- The dimension type field with categorical type columns.public CategoricalDimensionField getCategoricalDimensionField()
The dimension type field with categorical type columns.
public DimensionField withCategoricalDimensionField(CategoricalDimensionField categoricalDimensionField)
The dimension type field with categorical type columns.
categoricalDimensionField
- The dimension type field with categorical type columns.public void setDateDimensionField(DateDimensionField dateDimensionField)
The dimension type field with date type columns.
dateDimensionField
- The dimension type field with date type columns.public DateDimensionField getDateDimensionField()
The dimension type field with date type columns.
public DimensionField withDateDimensionField(DateDimensionField dateDimensionField)
The dimension type field with date type columns.
dateDimensionField
- The dimension type field with date type columns.public String toString()
toString
in class Object
Object.toString()
public DimensionField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.