@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeoSpatialColumnGroup extends Object implements Serializable, Cloneable, StructuredPojo
Geospatial column group that denotes a hierarchy.
Constructor and Description |
---|
GeoSpatialColumnGroup() |
Modifier and Type | Method and Description |
---|---|
GeoSpatialColumnGroup |
clone() |
boolean |
equals(Object obj) |
List<String> |
getColumns()
Columns in this hierarchy.
|
String |
getCountryCode()
Country code.
|
String |
getName()
A display name for the hierarchy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumns(Collection<String> columns)
Columns in this hierarchy.
|
void |
setCountryCode(String countryCode)
Country code.
|
void |
setName(String name)
A display name for the hierarchy.
|
String |
toString()
Returns a string representation of this object.
|
GeoSpatialColumnGroup |
withColumns(Collection<String> columns)
Columns in this hierarchy.
|
GeoSpatialColumnGroup |
withColumns(String... columns)
Columns in this hierarchy.
|
GeoSpatialColumnGroup |
withCountryCode(GeoSpatialCountryCode countryCode)
Country code.
|
GeoSpatialColumnGroup |
withCountryCode(String countryCode)
Country code.
|
GeoSpatialColumnGroup |
withName(String name)
A display name for the hierarchy.
|
public void setName(String name)
A display name for the hierarchy.
name
- A display name for the hierarchy.public String getName()
A display name for the hierarchy.
public GeoSpatialColumnGroup withName(String name)
A display name for the hierarchy.
name
- A display name for the hierarchy.public void setCountryCode(String countryCode)
Country code.
countryCode
- Country code.GeoSpatialCountryCode
public String getCountryCode()
Country code.
GeoSpatialCountryCode
public GeoSpatialColumnGroup withCountryCode(String countryCode)
Country code.
countryCode
- Country code.GeoSpatialCountryCode
public GeoSpatialColumnGroup withCountryCode(GeoSpatialCountryCode countryCode)
Country code.
countryCode
- Country code.GeoSpatialCountryCode
public List<String> getColumns()
Columns in this hierarchy.
public void setColumns(Collection<String> columns)
Columns in this hierarchy.
columns
- Columns in this hierarchy.public GeoSpatialColumnGroup withColumns(String... columns)
Columns in this 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
- Columns in this hierarchy.public GeoSpatialColumnGroup withColumns(Collection<String> columns)
Columns in this hierarchy.
columns
- Columns in this hierarchy.public String toString()
toString
in class Object
Object.toString()
public GeoSpatialColumnGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.