@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyValueHistorySkippedEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.
| Constructor and Description |
|---|
BatchGetAssetPropertyValueHistorySkippedEntry() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistorySkippedEntry |
clone() |
boolean |
equals(Object obj) |
String |
getCompletionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
String |
getEntryId()
The ID of the entry.
|
BatchGetAssetPropertyValueHistoryErrorInfo |
getErrorInfo()
The error information, such as the error code and the timestamp.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompletionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
void |
setEntryId(String entryId)
The ID of the entry.
|
void |
setErrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAssetPropertyValueHistorySkippedEntry |
withCompletionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
BatchGetAssetPropertyValueHistorySkippedEntry |
withCompletionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
|
BatchGetAssetPropertyValueHistorySkippedEntry |
withEntryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueHistorySkippedEntry |
withErrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
|
public BatchGetAssetPropertyValueHistorySkippedEntry()
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 BatchGetAssetPropertyValueHistorySkippedEntry withEntryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.public void setCompletionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatuspublic String getCompletionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
BatchEntryCompletionStatuspublic BatchGetAssetPropertyValueHistorySkippedEntry withCompletionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatuspublic BatchGetAssetPropertyValueHistorySkippedEntry withCompletionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatuspublic void setErrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
errorInfo - The error information, such as the error code and the timestamp.public BatchGetAssetPropertyValueHistoryErrorInfo getErrorInfo()
The error information, such as the error code and the timestamp.
public BatchGetAssetPropertyValueHistorySkippedEntry withErrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
errorInfo - The error information, such as the error code and the timestamp.public String toString()
toString in class ObjectObject.toString()public BatchGetAssetPropertyValueHistorySkippedEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.