@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTaxRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDeleteTaxRegistrationResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTaxRegistrationResult |
clone() |
boolean |
equals(Object obj) |
List<BatchDeleteTaxRegistrationError> |
getErrors()
The list of errors for the accounts the TRN information could not be deleted for.
|
int |
hashCode() |
void |
setErrors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTaxRegistrationResult |
withErrors(BatchDeleteTaxRegistrationError... errors)
The list of errors for the accounts the TRN information could not be deleted for.
|
BatchDeleteTaxRegistrationResult |
withErrors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchDeleteTaxRegistrationError> getErrors()
The list of errors for the accounts the TRN information could not be deleted for.
public void setErrors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
errors - The list of errors for the accounts the TRN information could not be deleted for.public BatchDeleteTaxRegistrationResult withErrors(BatchDeleteTaxRegistrationError... errors)
The list of errors for the accounts the TRN information could not be deleted for.
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 - The list of errors for the accounts the TRN information could not be deleted for.public BatchDeleteTaxRegistrationResult withErrors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
errors - The list of errors for the accounts the TRN information could not be deleted for.public String toString()
toString in class ObjectObject.toString()public BatchDeleteTaxRegistrationResult clone()