@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyValueHistorySuccessEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.
| Constructor and Description |
|---|
BatchGetAssetPropertyValueHistorySuccessEntry() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistorySuccessEntry |
clone() |
boolean |
equals(Object obj) |
List<AssetPropertyValue> |
getAssetPropertyValueHistory()
The requested historical values for the specified asset property.
|
String |
getEntryId()
The ID of the entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
void |
setEntryId(String entryId)
The ID of the entry.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAssetPropertyValueHistorySuccessEntry |
withAssetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
BatchGetAssetPropertyValueHistorySuccessEntry |
withAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
BatchGetAssetPropertyValueHistorySuccessEntry |
withEntryId(String entryId)
The ID of the entry.
|
public BatchGetAssetPropertyValueHistorySuccessEntry()
public void setEntryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.public String getEntryId()
The ID of the entry.
public BatchGetAssetPropertyValueHistorySuccessEntry withEntryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.public List<AssetPropertyValue> getAssetPropertyValueHistory()
The requested historical values for the specified asset property.
public void setAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
assetPropertyValueHistory - The requested historical values for the specified asset property.public BatchGetAssetPropertyValueHistorySuccessEntry withAssetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The requested historical values for the specified asset property.
NOTE: This method appends the values to the existing list (if any). Use
setAssetPropertyValueHistory(java.util.Collection) or
withAssetPropertyValueHistory(java.util.Collection) if you want to override the existing values.
assetPropertyValueHistory - The requested historical values for the specified asset property.public BatchGetAssetPropertyValueHistorySuccessEntry withAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
assetPropertyValueHistory - The requested historical values for the specified asset property.public String toString()
toString in class ObjectObject.toString()public BatchGetAssetPropertyValueHistorySuccessEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.