@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) |
String |
getPoliticalView()
Specifies the political view for the style.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPoliticalView(String politicalView)
Specifies the political view for the style.
|
String |
toString()
Returns a string representation of this object.
|
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 String toString()
toString in class ObjectObject.toString()public MapConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.