@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaxRegistrationDocument extends Object implements Serializable, Cloneable, StructuredPojo
Tax registration document information.
Constructor and Description |
---|
TaxRegistrationDocument() |
Modifier and Type | Method and Description |
---|---|
TaxRegistrationDocument |
clone() |
boolean |
equals(Object obj) |
SourceS3Location |
getS3Location()
The Amazon S3 location where your tax registration document is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Location(SourceS3Location s3Location)
The Amazon S3 location where your tax registration document is stored.
|
String |
toString()
Returns a string representation of this object.
|
TaxRegistrationDocument |
withS3Location(SourceS3Location s3Location)
The Amazon S3 location where your tax registration document is stored.
|
public void setS3Location(SourceS3Location s3Location)
The Amazon S3 location where your tax registration document is stored.
s3Location
- The Amazon S3 location where your tax registration document is stored.public SourceS3Location getS3Location()
The Amazon S3 location where your tax registration document is stored.
public TaxRegistrationDocument withS3Location(SourceS3Location s3Location)
The Amazon S3 location where your tax registration document is stored.
s3Location
- The Amazon S3 location where your tax registration document is stored.public String toString()
toString
in class Object
Object.toString()
public TaxRegistrationDocument clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.