@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnGroup extends Object implements Serializable, Cloneable, StructuredPojo
Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
| Constructor and Description |
|---|
ColumnGroup() |
| Modifier and Type | Method and Description |
|---|---|
ColumnGroup |
clone() |
boolean |
equals(Object obj) |
GeoSpatialColumnGroup |
getGeoSpatialColumnGroup()
Geospatial column group that denotes a hierarchy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGeoSpatialColumnGroup(GeoSpatialColumnGroup geoSpatialColumnGroup)
Geospatial column group that denotes a hierarchy.
|
String |
toString()
Returns a string representation of this object.
|
ColumnGroup |
withGeoSpatialColumnGroup(GeoSpatialColumnGroup geoSpatialColumnGroup)
Geospatial column group that denotes a hierarchy.
|
public void setGeoSpatialColumnGroup(GeoSpatialColumnGroup geoSpatialColumnGroup)
Geospatial column group that denotes a hierarchy.
geoSpatialColumnGroup - Geospatial column group that denotes a hierarchy.public GeoSpatialColumnGroup getGeoSpatialColumnGroup()
Geospatial column group that denotes a hierarchy.
public ColumnGroup withGeoSpatialColumnGroup(GeoSpatialColumnGroup geoSpatialColumnGroup)
Geospatial column group that denotes a hierarchy.
geoSpatialColumnGroup - Geospatial column group that denotes a hierarchy.public String toString()
toString in class ObjectObject.toString()public ColumnGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.