@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)
Marshalls this structured data using the given
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 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.