@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, setSdkResponseMetadata
public 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
.TaxRegistrationStatus
public 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
.TaxRegistrationStatus
public 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
.TaxRegistrationStatus
public 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
.TaxRegistrationStatus
public String toString()
toString
in class Object
Object.toString()
public PutTaxRegistrationResult clone()