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