@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AreaOfInterest extends Object implements Serializable, Cloneable, StructuredPojo
The geographic extent of the Earth Observation job.
| Constructor and Description |
|---|
AreaOfInterest() |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest |
clone() |
boolean |
equals(Object obj) |
AreaOfInterestGeometry |
getAreaOfInterestGeometry()
A GeoJSON object representing the geographic extent in the coordinate space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
String |
toString()
Returns a string representation of this object.
|
AreaOfInterest |
withAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
public void setAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
areaOfInterestGeometry - A GeoJSON object representing the geographic extent in the coordinate space.public AreaOfInterestGeometry getAreaOfInterestGeometry()
A GeoJSON object representing the geographic extent in the coordinate space.
public AreaOfInterest withAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
areaOfInterestGeometry - A GeoJSON object representing the geographic extent in the coordinate space.public String toString()
toString in class ObjectObject.toString()public AreaOfInterest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.