@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutPropertyErrorEntry extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about errors returned by the BatchPutProperty action.
| Constructor and Description |
|---|
BatchPutPropertyErrorEntry() |
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyErrorEntry |
clone() |
boolean |
equals(Object obj) |
List<BatchPutPropertyError> |
getErrors()
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
String |
toString()
Returns a string representation of this object.
|
BatchPutPropertyErrorEntry |
withErrors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyErrorEntry |
withErrors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
public List<BatchPutPropertyError> getErrors()
A list of objects that contain information about errors returned by the BatchPutProperty action.
BatchPutProperty
action.public void setErrors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
errors - A list of objects that contain information about errors returned by the BatchPutProperty
action.public BatchPutPropertyErrorEntry withErrors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of objects that contain information about errors returned by the BatchPutProperty
action.public BatchPutPropertyErrorEntry withErrors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
errors - A list of objects that contain information about errors returned by the BatchPutProperty
action.public String toString()
toString in class ObjectObject.toString()public BatchPutPropertyErrorEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.