@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the political view for the style.
Constructor and Description |
---|
MapConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
MapConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCustomLayers()
Specifies the custom layers for the style.
|
String |
getPoliticalView()
Specifies the political view for the style.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomLayers(Collection<String> customLayers)
Specifies the custom layers for the style.
|
void |
setPoliticalView(String politicalView)
Specifies the political view for the style.
|
String |
toString()
Returns a string representation of this object.
|
MapConfigurationUpdate |
withCustomLayers(Collection<String> customLayers)
Specifies the custom layers for the style.
|
MapConfigurationUpdate |
withCustomLayers(String... customLayers)
Specifies the custom layers for the style.
|
MapConfigurationUpdate |
withPoliticalView(String politicalView)
Specifies the political view for the style.
|
public void setPoliticalView(String politicalView)
Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles
that support specific political views, you can choose a view, such as IND
for the Indian view.
Not all map resources or styles support political view styles. See Political views for more information.
politicalView
- Specifies the political view for the style. Set to an empty string to not use a political view, or, for
styles that support specific political views, you can choose a view, such as IND
for the
Indian view. Not all map resources or styles support political view styles. See Political views for more information.
public String getPoliticalView()
Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles
that support specific political views, you can choose a view, such as IND
for the Indian view.
Not all map resources or styles support political view styles. See Political views for more information.
IND
for the
Indian view. Not all map resources or styles support political view styles. See Political views for more information.
public MapConfigurationUpdate withPoliticalView(String politicalView)
Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles
that support specific political views, you can choose a view, such as IND
for the Indian view.
Not all map resources or styles support political view styles. See Political views for more information.
politicalView
- Specifies the political view for the style. Set to an empty string to not use a political view, or, for
styles that support specific political views, you can choose a view, such as IND
for the
Indian view. Not all map resources or styles support political view styles. See Political views for more information.
public List<String> getCustomLayers()
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is
unset
.
Not all map resources or styles support custom layers. See Custom Layers for more information.
unset
. Not all map resources or styles support custom layers. See Custom Layers for more information.
public void setCustomLayers(Collection<String> customLayers)
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is
unset
.
Not all map resources or styles support custom layers. See Custom Layers for more information.
customLayers
- Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style.
Default is unset
. Not all map resources or styles support custom layers. See Custom Layers for more information.
public MapConfigurationUpdate withCustomLayers(String... customLayers)
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is
unset
.
Not all map resources or styles support custom layers. See Custom Layers for more information.
NOTE: This method appends the values to the existing list (if any). Use
setCustomLayers(java.util.Collection)
or withCustomLayers(java.util.Collection)
if you want to
override the existing values.
customLayers
- Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style.
Default is unset
. Not all map resources or styles support custom layers. See Custom Layers for more information.
public MapConfigurationUpdate withCustomLayers(Collection<String> customLayers)
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is
unset
.
Not all map resources or styles support custom layers. See Custom Layers for more information.
customLayers
- Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that
support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style.
Default is unset
. Not all map resources or styles support custom layers. See Custom Layers for more information.
public String toString()
toString
in class Object
Object.toString()
public MapConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.