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