@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredefinedHierarchy extends Object implements Serializable, Cloneable, StructuredPojo
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
| Constructor and Description | 
|---|
| PredefinedHierarchy() | 
| Modifier and Type | Method and Description | 
|---|---|
| PredefinedHierarchy | clone() | 
| boolean | equals(Object obj) | 
| List<ColumnIdentifier> | getColumns()
 The list of columns that define the predefined hierarchy. | 
| List<DrillDownFilter> | getDrillDownFilters()
 The option that determines the drill down filters for the predefined hierarchy. | 
| String | getHierarchyId()
 The hierarchy ID of the predefined hierarchy. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setColumns(Collection<ColumnIdentifier> columns)
 The list of columns that define the predefined hierarchy. | 
| void | setDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
 The option that determines the drill down filters for the predefined hierarchy. | 
| void | setHierarchyId(String hierarchyId)
 The hierarchy ID of the predefined hierarchy. | 
| String | toString()Returns a string representation of this object. | 
| PredefinedHierarchy | withColumns(Collection<ColumnIdentifier> columns)
 The list of columns that define the predefined hierarchy. | 
| PredefinedHierarchy | withColumns(ColumnIdentifier... columns)
 The list of columns that define the predefined hierarchy. | 
| PredefinedHierarchy | withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
 The option that determines the drill down filters for the predefined hierarchy. | 
| PredefinedHierarchy | withDrillDownFilters(DrillDownFilter... drillDownFilters)
 The option that determines the drill down filters for the predefined hierarchy. | 
| PredefinedHierarchy | withHierarchyId(String hierarchyId)
 The hierarchy ID of the predefined hierarchy. | 
public void setHierarchyId(String hierarchyId)
The hierarchy ID of the predefined hierarchy.
hierarchyId - The hierarchy ID of the predefined hierarchy.public String getHierarchyId()
The hierarchy ID of the predefined hierarchy.
public PredefinedHierarchy withHierarchyId(String hierarchyId)
The hierarchy ID of the predefined hierarchy.
hierarchyId - The hierarchy ID of the predefined hierarchy.public List<ColumnIdentifier> getColumns()
The list of columns that define the predefined hierarchy.
public void setColumns(Collection<ColumnIdentifier> columns)
The list of columns that define the predefined hierarchy.
columns - The list of columns that define the predefined hierarchy.public PredefinedHierarchy withColumns(ColumnIdentifier... columns)
The list of columns that define the predefined hierarchy.
 NOTE: This method appends the values to the existing list (if any). Use
 setColumns(java.util.Collection) or withColumns(java.util.Collection) if you want to override
 the existing values.
 
columns - The list of columns that define the predefined hierarchy.public PredefinedHierarchy withColumns(Collection<ColumnIdentifier> columns)
The list of columns that define the predefined hierarchy.
columns - The list of columns that define the predefined hierarchy.public List<DrillDownFilter> getDrillDownFilters()
The option that determines the drill down filters for the predefined hierarchy.
public void setDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.public PredefinedHierarchy withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
 NOTE: This method appends the values to the existing list (if any). Use
 setDrillDownFilters(java.util.Collection) or withDrillDownFilters(java.util.Collection) if you
 want to override the existing values.
 
drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.public PredefinedHierarchy withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.public String toString()
toString in class ObjectObject.toString()public PredefinedHierarchy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.