@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeospatialMapStyleOptions extends Object implements Serializable, Cloneable, StructuredPojo
The map style options of the geospatial map.
Constructor and Description |
---|
GeospatialMapStyleOptions() |
Modifier and Type | Method and Description |
---|---|
GeospatialMapStyleOptions |
clone() |
boolean |
equals(Object obj) |
String |
getBaseMapStyle()
The base map style of the geospatial map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBaseMapStyle(String baseMapStyle)
The base map style of the geospatial map.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialMapStyleOptions |
withBaseMapStyle(BaseMapStyleType baseMapStyle)
The base map style of the geospatial map.
|
GeospatialMapStyleOptions |
withBaseMapStyle(String baseMapStyle)
The base map style of the geospatial map.
|
public void setBaseMapStyle(String baseMapStyle)
The base map style of the geospatial map.
baseMapStyle
- The base map style of the geospatial map.BaseMapStyleType
public String getBaseMapStyle()
The base map style of the geospatial map.
BaseMapStyleType
public GeospatialMapStyleOptions withBaseMapStyle(String baseMapStyle)
The base map style of the geospatial map.
baseMapStyle
- The base map style of the geospatial map.BaseMapStyleType
public GeospatialMapStyleOptions withBaseMapStyle(BaseMapStyleType baseMapStyle)
The base map style of the geospatial map.
baseMapStyle
- The base map style of the geospatial map.BaseMapStyleType
public String toString()
toString
in class Object
Object.toString()
public GeospatialMapStyleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.