@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ItemSource extends Object implements Serializable, Cloneable, StructuredPojo
Structure representing the items in the response for SearchRasterDataCollection.
| Constructor and Description |
|---|
ItemSource() |
public Map<String,AssetValue> getAssets()
public void setAssets(Map<String,AssetValue> assets)
assets - public ItemSource withAssets(Map<String,AssetValue> assets)
assets - public ItemSource addAssetsEntry(String key, AssetValue value)
public ItemSource clearAssetsEntries()
public void setDateTime(Date dateTime)
dateTime - public Date getDateTime()
public ItemSource withDateTime(Date dateTime)
dateTime - public void setGeometry(Geometry geometry)
geometry - public Geometry getGeometry()
public ItemSource withGeometry(Geometry geometry)
geometry - public void setId(String id)
A unique Id for the source item.
id - A unique Id for the source item.public String getId()
A unique Id for the source item.
public ItemSource withId(String id)
A unique Id for the source item.
id - A unique Id for the source item.public void setProperties(Properties properties)
properties - public Properties getProperties()
public ItemSource withProperties(Properties properties)
properties - public String toString()
toString in class ObjectObject.toString()public ItemSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.