@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTaxRegistrationDocumentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTaxRegistrationDocumentRequest() |
Modifier and Type | Method and Description |
---|---|
GetTaxRegistrationDocumentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DestinationS3Location |
getDestinationS3Location()
The Amazon S3 bucket that you specify to download your tax documents to.
|
TaxDocumentMetadata |
getTaxDocumentMetadata()
The metadata for your tax document.
|
int |
hashCode() |
void |
setDestinationS3Location(DestinationS3Location destinationS3Location)
The Amazon S3 bucket that you specify to download your tax documents to.
|
void |
setTaxDocumentMetadata(TaxDocumentMetadata taxDocumentMetadata)
The metadata for your tax document.
|
String |
toString()
Returns a string representation of this object.
|
GetTaxRegistrationDocumentRequest |
withDestinationS3Location(DestinationS3Location destinationS3Location)
The Amazon S3 bucket that you specify to download your tax documents to.
|
GetTaxRegistrationDocumentRequest |
withTaxDocumentMetadata(TaxDocumentMetadata taxDocumentMetadata)
The metadata for your tax document.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDestinationS3Location(DestinationS3Location destinationS3Location)
The Amazon S3 bucket that you specify to download your tax documents to.
destinationS3Location
- The Amazon S3 bucket that you specify to download your tax documents to.public DestinationS3Location getDestinationS3Location()
The Amazon S3 bucket that you specify to download your tax documents to.
public GetTaxRegistrationDocumentRequest withDestinationS3Location(DestinationS3Location destinationS3Location)
The Amazon S3 bucket that you specify to download your tax documents to.
destinationS3Location
- The Amazon S3 bucket that you specify to download your tax documents to.public void setTaxDocumentMetadata(TaxDocumentMetadata taxDocumentMetadata)
The metadata for your tax document.
taxDocumentMetadata
- The metadata for your tax document.public TaxDocumentMetadata getTaxDocumentMetadata()
The metadata for your tax document.
public GetTaxRegistrationDocumentRequest withTaxDocumentMetadata(TaxDocumentMetadata taxDocumentMetadata)
The metadata for your tax document.
taxDocumentMetadata
- The metadata for your tax document.public String toString()
toString
in class Object
Object.toString()
public GetTaxRegistrationDocumentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()