@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutAssetPropertyValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchPutAssetPropertyValueResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyValueResult |
clone() |
boolean |
equals(Object obj) |
List<BatchPutAssetPropertyErrorEntry> |
getErrorEntries()
A list of the errors (if any) associated with the batch put request.
|
int |
hashCode() |
void |
setErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutAssetPropertyValueResult |
withErrorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch put request.
|
BatchPutAssetPropertyValueResult |
withErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchPutAssetPropertyErrorEntry> getErrorEntries()
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
entryId of the entry that failed.public void setErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.public BatchPutAssetPropertyValueResult withErrorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
NOTE: This method appends the values to the existing list (if any). Use
setErrorEntries(java.util.Collection) or withErrorEntries(java.util.Collection) if you want to
override the existing values.
errorEntries - A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.public BatchPutAssetPropertyValueResult withErrorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.public String toString()
toString in class ObjectObject.toString()public BatchPutAssetPropertyValueResult clone()