@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiPolygonGeometryInput extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing Polygon Geometry based on the GeoJson spec.
Constructor and Description |
---|
MultiPolygonGeometryInput() |
Modifier and Type | Method and Description |
---|---|
MultiPolygonGeometryInput |
clone() |
boolean |
equals(Object obj) |
List<List<List<List<Double>>>> |
getCoordinates()
The coordinates of the multipolygon geometry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCoordinates(Collection<List<List<List<Double>>>> coordinates)
The coordinates of the multipolygon geometry.
|
String |
toString()
Returns a string representation of this object.
|
MultiPolygonGeometryInput |
withCoordinates(Collection<List<List<List<Double>>>> coordinates)
The coordinates of the multipolygon geometry.
|
MultiPolygonGeometryInput |
withCoordinates(List<List<List<Double>>>... coordinates)
The coordinates of the multipolygon geometry.
|
public List<List<List<List<Double>>>> getCoordinates()
The coordinates of the multipolygon geometry.
public void setCoordinates(Collection<List<List<List<Double>>>> coordinates)
The coordinates of the multipolygon geometry.
coordinates
- The coordinates of the multipolygon geometry.public MultiPolygonGeometryInput withCoordinates(List<List<List<Double>>>... coordinates)
The coordinates of the multipolygon geometry.
NOTE: This method appends the values to the existing list (if any). Use
setCoordinates(java.util.Collection)
or withCoordinates(java.util.Collection)
if you want to
override the existing values.
coordinates
- The coordinates of the multipolygon geometry.public MultiPolygonGeometryInput withCoordinates(Collection<List<List<List<Double>>>> coordinates)
The coordinates of the multipolygon geometry.
coordinates
- The coordinates of the multipolygon geometry.public String toString()
toString
in class Object
Object.toString()
public MultiPolygonGeometryInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.