@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.