@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyValueHistoryErrorEntry extends Object implements Serializable, Cloneable, StructuredPojo
A list of the errors (if any) associated with the batch request. Each error entry contains the entryId
of the entry that failed.
Constructor and Description |
---|
BatchGetAssetPropertyValueHistoryErrorEntry() |
public BatchGetAssetPropertyValueHistoryErrorEntry()
public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.BatchGetAssetPropertyValueHistoryErrorCode
public String getErrorCode()
The error code.
BatchGetAssetPropertyValueHistoryErrorCode
public BatchGetAssetPropertyValueHistoryErrorEntry withErrorCode(String errorCode)
The error code.
errorCode
- The error code.BatchGetAssetPropertyValueHistoryErrorCode
public BatchGetAssetPropertyValueHistoryErrorEntry withErrorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)
The error code.
errorCode
- The error code.BatchGetAssetPropertyValueHistoryErrorCode
public void setErrorMessage(String errorMessage)
The associated error message.
errorMessage
- The associated error message.public String getErrorMessage()
The associated error message.
public BatchGetAssetPropertyValueHistoryErrorEntry withErrorMessage(String errorMessage)
The associated error message.
errorMessage
- The associated error message.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 BatchGetAssetPropertyValueHistoryErrorEntry withEntryId(String entryId)
The ID of the entry.
entryId
- The ID of the entry.public String toString()
toString
in class Object
Object.toString()
public BatchGetAssetPropertyValueHistoryErrorEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.