@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateProjectAssetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDisassociateProjectAssetsResult() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateProjectAssetsResult |
clone() |
boolean |
equals(Object obj) |
List<AssetErrorDetails> |
getErrors()
A list of associated error information, if any.
|
int |
hashCode() |
void |
setErrors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateProjectAssetsResult |
withErrors(AssetErrorDetails... errors)
A list of associated error information, if any.
|
BatchDisassociateProjectAssetsResult |
withErrors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchDisassociateProjectAssetsResult()
public List<AssetErrorDetails> getErrors()
A list of associated error information, if any.
public void setErrors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
errors
- A list of associated error information, if any.public BatchDisassociateProjectAssetsResult withErrors(AssetErrorDetails... errors)
A list of associated error information, if any.
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 associated error information, if any.public BatchDisassociateProjectAssetsResult withErrors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
errors
- A list of associated error information, if any.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateProjectAssetsResult clone()