@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AreaOfInterestGeometry extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AreaOfInterestGeometry() |
Modifier and Type | Method and Description |
---|---|
AreaOfInterestGeometry |
clone() |
boolean |
equals(Object obj) |
MultiPolygonGeometryInput |
getMultiPolygonGeometry()
|
PolygonGeometryInput |
getPolygonGeometry()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
|
void |
setPolygonGeometry(PolygonGeometryInput polygonGeometry)
|
String |
toString()
Returns a string representation of this object.
|
AreaOfInterestGeometry |
withMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
|
AreaOfInterestGeometry |
withPolygonGeometry(PolygonGeometryInput polygonGeometry)
|
public void setMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
multiPolygonGeometry
- public MultiPolygonGeometryInput getMultiPolygonGeometry()
public AreaOfInterestGeometry withMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
multiPolygonGeometry
- public void setPolygonGeometry(PolygonGeometryInput polygonGeometry)
polygonGeometry
- public PolygonGeometryInput getPolygonGeometry()
public AreaOfInterestGeometry withPolygonGeometry(PolygonGeometryInput polygonGeometry)
polygonGeometry
- public String toString()
toString
in class Object
Object.toString()
public AreaOfInterestGeometry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.