@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyAggregatesErrorEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
| Constructor and Description |
|---|
BatchGetAssetPropertyAggregatesErrorEntry() |
public BatchGetAssetPropertyAggregatesErrorEntry()
public void setErrorCode(String errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyAggregatesErrorCodepublic String getErrorCode()
The error code.
BatchGetAssetPropertyAggregatesErrorCodepublic BatchGetAssetPropertyAggregatesErrorEntry withErrorCode(String errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyAggregatesErrorCodepublic BatchGetAssetPropertyAggregatesErrorEntry withErrorCode(BatchGetAssetPropertyAggregatesErrorCode errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyAggregatesErrorCodepublic void setErrorMessage(String errorMessage)
The associated error message.
errorMessage - The associated error message.public String getErrorMessage()
The associated error message.
public BatchGetAssetPropertyAggregatesErrorEntry 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 BatchGetAssetPropertyAggregatesErrorEntry withEntryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.public String toString()
toString in class ObjectObject.toString()public BatchGetAssetPropertyAggregatesErrorEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.