@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetPropertyValueHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetPropertyValueHistoryResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetPropertyValueHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<AssetPropertyValue> |
getAssetPropertyValueHistory()
The asset property's value history.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetPropertyValueHistoryResult |
withAssetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueHistoryResult |
withAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueHistoryResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssetPropertyValue> getAssetPropertyValueHistory()
The asset property's value history.
public void setAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
assetPropertyValueHistory
- The asset property's value history.public GetAssetPropertyValueHistoryResult withAssetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
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 asset property's value history.public GetAssetPropertyValueHistoryResult withAssetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
assetPropertyValueHistory
- The asset property's value history.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public GetAssetPropertyValueHistoryResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public GetAssetPropertyValueHistoryResult clone()