@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutTaxRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| PutTaxRegistrationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutTaxRegistrationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStatus()
 The status of your TRN stored in the system after processing. | 
| int | hashCode() | 
| void | setStatus(String status)
 The status of your TRN stored in the system after processing. | 
| String | toString()Returns a string representation of this object. | 
| PutTaxRegistrationResult | withStatus(String status)
 The status of your TRN stored in the system after processing. | 
| PutTaxRegistrationResult | withStatus(TaxRegistrationStatus status)
 The status of your TRN stored in the system after processing. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
 The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the
 status can be Verified, Pending or Rejected.
 
status - The status of your TRN stored in the system after processing. Based on the validation occurring on the
        TRN, the status can be Verified, Pending or Rejected.TaxRegistrationStatuspublic String getStatus()
 The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the
 status can be Verified, Pending or Rejected.
 
Verified, Pending or Rejected.TaxRegistrationStatuspublic PutTaxRegistrationResult withStatus(String status)
 The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the
 status can be Verified, Pending or Rejected.
 
status - The status of your TRN stored in the system after processing. Based on the validation occurring on the
        TRN, the status can be Verified, Pending or Rejected.TaxRegistrationStatuspublic PutTaxRegistrationResult withStatus(TaxRegistrationStatus status)
 The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the
 status can be Verified, Pending or Rejected.
 
status - The status of your TRN stored in the system after processing. Based on the validation occurring on the
        TRN, the status can be Verified, Pending or Rejected.TaxRegistrationStatuspublic String toString()
toString in class ObjectObject.toString()public PutTaxRegistrationResult clone()