@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTaxRegistrationError extends Object implements Serializable, Cloneable, StructuredPojo
The error object for representing failures in the BatchDeleteTaxRegistration
operation.
Constructor and Description |
---|
BatchDeleteTaxRegistrationError() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteTaxRegistrationError |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration operation. |
String |
getCode()
The error code for an individual failure in BatchDeleteTaxRegistration operation.
|
String |
getMessage()
The error message for an individual failure in the
BatchDeleteTaxRegistration operation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration operation. |
void |
setCode(String code)
The error code for an individual failure in BatchDeleteTaxRegistration operation.
|
void |
setMessage(String message)
The error message for an individual failure in the
BatchDeleteTaxRegistration operation. |
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTaxRegistrationError |
withAccountId(String accountId)
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration operation. |
BatchDeleteTaxRegistrationError |
withCode(String code)
The error code for an individual failure in BatchDeleteTaxRegistration operation.
|
BatchDeleteTaxRegistrationError |
withMessage(String message)
The error message for an individual failure in the
BatchDeleteTaxRegistration operation. |
public void setAccountId(String accountId)
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.
accountId
- The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.public String getAccountId()
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.
BatchDeleteTaxRegistration
operation.public BatchDeleteTaxRegistrationError withAccountId(String accountId)
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.
accountId
- The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.public void setCode(String code)
The error code for an individual failure in BatchDeleteTaxRegistration operation.
code
- The error code for an individual failure in BatchDeleteTaxRegistration operation.public String getCode()
The error code for an individual failure in BatchDeleteTaxRegistration operation.
public BatchDeleteTaxRegistrationError withCode(String code)
The error code for an individual failure in BatchDeleteTaxRegistration operation.
code
- The error code for an individual failure in BatchDeleteTaxRegistration operation.public void setMessage(String message)
The error message for an individual failure in the BatchDeleteTaxRegistration
operation.
message
- The error message for an individual failure in the BatchDeleteTaxRegistration
operation.public String getMessage()
The error message for an individual failure in the BatchDeleteTaxRegistration
operation.
BatchDeleteTaxRegistration
operation.public BatchDeleteTaxRegistrationError withMessage(String message)
The error message for an individual failure in the BatchDeleteTaxRegistration
operation.
message
- The error message for an individual failure in the BatchDeleteTaxRegistration
operation.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteTaxRegistrationError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.