@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTaxRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTaxRegistrationResult() |
Modifier and Type | Method and Description |
---|---|
GetTaxRegistrationResult |
clone() |
boolean |
equals(Object obj) |
TaxRegistration |
getTaxRegistration()
TRN information of the account mentioned in the request.
|
int |
hashCode() |
void |
setTaxRegistration(TaxRegistration taxRegistration)
TRN information of the account mentioned in the request.
|
String |
toString()
Returns a string representation of this object.
|
GetTaxRegistrationResult |
withTaxRegistration(TaxRegistration taxRegistration)
TRN information of the account mentioned in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaxRegistration(TaxRegistration taxRegistration)
TRN information of the account mentioned in the request.
taxRegistration
- TRN information of the account mentioned in the request.public TaxRegistration getTaxRegistration()
TRN information of the account mentioned in the request.
public GetTaxRegistrationResult withTaxRegistration(TaxRegistration taxRegistration)
TRN information of the account mentioned in the request.
taxRegistration
- TRN information of the account mentioned in the request.public String toString()
toString
in class Object
Object.toString()
public GetTaxRegistrationResult clone()